@charset "UTF-8";
/*Plugins*/
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
        'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  min-width: 320px; }

[tabindex='-1']:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: 0.5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

a {
  color: #001391;
  text-decoration: none;
  background-color: transparent; }

a:hover {
  color: #070E46;
  text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

button:not(:disabled),
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0; }

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; }

[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1,
.h1 {
  font-size: 2.5rem; }

h2,
.h2 {
  font-size: 2rem; }

h3,
.h3 {
  font-size: 1.75rem; }

h4,
.h4 {
  font-size: 1.5rem; }

h5,
.h5 {
  font-size: 1.25rem; }

h6,
.h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }

.blockquote-footer::before {
  content: '\2014\00A0'; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }

a > code {
  color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 991px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6; }

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6; }

.table tbody + tbody {
  border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6; }

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55; }

.table-dark.table-bordered {
  border: 0; }

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05); }

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .table-responsive-sm > .table-bordered {
    border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .table-responsive-md > .table-bordered {
    border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .table-responsive-lg > .table-bordered {
    border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .table-responsive-xl > .table-bordered {
    border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

.table-responsive > .table-bordered {
  border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none; } }

.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size],
select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }

.form-row > .col,
.form-row > [class*='col-'] {
  padding-right: 5px;
  padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }

.form-inline .form-check {
  width: 100%; }

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0; }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-plaintext {
    display: inline-block; }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto; }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0; }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0; }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center; }
  .form-inline .custom-control-label {
    margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none; } }

.btn:hover {
  color: #212529;
  text-decoration: none; }

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.btn.disabled,
.btn:disabled {
  opacity: 0.65; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc; }

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf; }

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62; }

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b; }

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34; }

.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430; }

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b; }

.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f; }

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00; }

.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500; }

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130; }

.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d; }

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5; }

.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df; }

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124; }

.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d; }

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent; }

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent; }

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent; }

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent; }

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent; }

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent; }

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent; }

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent; }

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none; }

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline; }

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  box-shadow: none; }

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none; }

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 0.5rem; }

input[type='submit'].btn-block,
input[type='reset'].btn-block,
input[type='button'].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none; } }

.fade:not(.show) {
  opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: '';
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: '';
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ''; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: '';
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^='top'],
.dropdown-menu[x-placement^='right'],
.dropdown-menu[x-placement^='bottom'],
.dropdown-menu[x-placement^='left'] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa; }

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff; }

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto; }

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1; }

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

.btn-toolbar .input-group {
  width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0; }

.dropleft .dropdown-toggle-split::before {
  margin-right: 0; }

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%; }

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px; }

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }

.btn-group-toggle > .btn input[type='radio'],
.btn-group-toggle > .btn input[type='checkbox'],
.btn-group-toggle > .btn-group > .btn input[type='radio'],
.btn-group-toggle > .btn-group > .btn input[type='checkbox'] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0; }

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px; }

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3; }

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4; }

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group > .custom-file {
  display: flex;
  align-items: center; }

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2; }

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3; }

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }

.input-group-text input[type='radio'],
.input-group-text input[type='checkbox'] {
  margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff; }

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff; }

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff; }

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d; }

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: '';
  background-color: #fff;
  border: #adb5bd solid 1px; }

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: '';
  background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem; }

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none; } }

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem); }

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.custom-select[multiple],
.custom-select[size]:not([size='1']) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none; }

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef; }

.custom-select::-ms-expand {
  display: none; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef; }

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: 'Browse'; }

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: 'Browse';
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.custom-range:focus {
  outline: none; }

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-range::-moz-focus-outer {
  border: 0; }

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none; } }

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff; }

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none; } }

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff; }

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none; } }

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff; }

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem; }

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem; }

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem; }

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd; }

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default; }

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd; }

.custom-range:disabled::-moz-range-track {
  cursor: default; }

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }

.nav-link:hover,
.nav-link:focus {
  text-decoration: none; }

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }

.nav-tabs .nav-item {
  margin-bottom: -1px; }

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6; }

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent; }

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }

.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0; }

.navbar-nav .dropdown-menu {
  position: static;
  float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: '';
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row; }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand-sm .navbar-toggler {
    display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
  .navbar-expand-md .navbar-nav {
    flex-direction: row; }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand-md .navbar-toggler {
    display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row; }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand-lg .navbar-toggler {
    display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row; }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand-xl .navbar-toggler {
    display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0; }

.navbar-expand .navbar-nav {
  flex-direction: row; }

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute; }

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap; }

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto; }

.navbar-expand .navbar-toggler {
  display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7); }

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75); }

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }

.navbar-dark .navbar-text a {
  color: #fff; }

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff; }

.card {
  display: flex;
  flex-direction: column;
  word-wrap: break-word;
  background-color: #fff;
  border-radius: 1rem;
  padding: 20px;
}
@media screen and (max-width: 767px){
  .card {
    padding: 16px;
  }
}

.card > hr {
  margin-right: 0;
  margin-left: 0; }

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.card-header + .list-group .list-group-item:first-child {
  border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: flex;
  flex-direction: column; }

.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px; } }

.card-group {
  display: flex;
  flex-direction: column; }

.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap; }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0; }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0; }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0; }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0; }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0; }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
  .card-columns .card {
    display: inline-block;
    width: 100%; } }

.accordion > .card {
  overflow: hidden; }

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.accordion > .card .card-header {
  margin-bottom: -1px; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: '/'; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none; } }

a.badge:hover,
a.badge:focus {
  text-decoration: none; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #007bff; }

a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc; }

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62; }

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #fff;
  background-color: #28a745; }

a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34; }

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }

a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #117a8b; }

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }

a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00; }

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }

a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130; }

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }

a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5; }

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }

a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124; }

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }

.alert-primary hr {
  border-top-color: #9fcdff; }

.alert-primary .alert-link {
  color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }

.alert-secondary hr {
  border-top-color: #c8cbcf; }

.alert-secondary .alert-link {
  color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }

.alert-success hr {
  border-top-color: #b1dfbb; }

.alert-success .alert-link {
  color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }

.alert-info hr {
  border-top-color: #abdde5; }

.alert-info .alert-link {
  color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }

.alert-warning hr {
  border-top-color: #ffe8a1; }

.alert-warning .alert-link {
  color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }

.alert-danger hr {
  border-top-color: #f1b0b7; }

.alert-danger .alert-link {
  color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }

.alert-light hr {
  border-top-color: #ececf6; }

.alert-light .alert-link {
  color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }

.alert-dark hr {
  border-top-color: #b9bbbe; }

.alert-dark .alert-link {
  color: #040505; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease; }

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite; }

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none; } }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa; }

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff; }

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.list-group-horizontal {
  flex-direction: row; }

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0; }

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0; }

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0; } }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff; }

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf; }

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb; }

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5; }

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1; }

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7; }

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6; }

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe; }

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5; }

.close:hover {
  color: #000;
  text-decoration: none; }

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

a.close.disabled {
  pointer-events: none; }

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem; }

.toast:not(:last-child) {
  margin-bottom: 0.75rem; }

.toast.showing {
  opacity: 1; }

.toast.show {
  display: block;
  opacity: 1; }

.toast.hide {
  display: none; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body {
  padding: 0.75rem; }

.modal-open {
  overflow: hidden;
  overflow-y: scroll;
  height: 100vh;
  position: fixed; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px); }

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none; } }

.modal.show .modal-dialog {
  transform: none; }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden; }

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0; }

.modal-dialog-scrollable .modal-body {
  overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: ''; }

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%; }

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none; }

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop.show {
  opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem; }

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }

.tooltip.show {
  opacity: 0.9; }

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem; }

.tooltip .arrow::before {
  position: absolute;
  content: '';
  border-color: transparent;
  border-style: solid; }

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^='top'] {
  padding: 0.4rem 0; }

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^='top'] .arrow {
  bottom: 0; }

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^='top'] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000; }

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^='right'] {
  padding: 0 0.4rem; }

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^='right'] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem; }

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^='right'] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000; }

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^='bottom'] {
  padding: 0.4rem 0; }

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^='bottom'] .arrow {
  top: 0; }

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^='bottom'] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000; }

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^='left'] {
  padding: 0 0.4rem; }

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^='left'] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem; }

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^='left'] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem; }

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: '';
  border-color: transparent;
  border-style: solid; }

.bs-popover-top,
.bs-popover-auto[x-placement^='top'] {
  margin-bottom: 0.5rem; }

.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^='top'] > .arrow {
  bottom: calc((0.5rem + 1px) * -1); }

.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^='top'] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25); }

.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^='top'] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff; }

.bs-popover-right,
.bs-popover-auto[x-placement^='right'] {
  margin-left: 0.5rem; }

.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^='right'] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0; }

.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^='right'] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25); }

.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^='right'] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff; }

.bs-popover-bottom,
.bs-popover-auto[x-placement^='bottom'] {
  margin-top: 0.5rem; }

.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^='bottom'] > .arrow {
  top: calc((0.5rem + 1px) * -1); }

.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^='bottom'] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^='bottom'] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff; }

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^='bottom'] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: '';
  border-bottom: 1px solid #f7f7f7; }

.bs-popover-left,
.bs-popover-auto[x-placement^='left'] {
  margin-right: 0.5rem; }

.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^='left'] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0; }

.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^='left'] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25); }

.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^='left'] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }

.popover-header:empty {
  display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-inner::after {
  display: block;
  clear: both;
  content: ''; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity; }

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none; } }

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease; }

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none; } }

.carousel-indicators .active {
  opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1; } }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ''; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }

.embed-responsive::before {
  display: block;
  content: ''; }

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: '';
  background-color: rgba(0, 0, 0, 0); }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover,
a.text-primary:focus {
  color: #0056b3 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table td,
  .table th {
    background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  content: '';
  display: table; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.awesomplete [hidden] {
  display: none; }

.awesomplete .visually-hidden {
  position: absolute;
  clip: rect(0, 0, 0, 0); }

.awesomplete {
  display: inline-block;
  position: relative; }

.awesomplete > input {
  display: block; }

.awesomplete > ul {
  position: absolute;
  left: 0;
  z-index: 1;
  min-width: 100%;
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff; }

.awesomplete > ul:empty {
  display: none; }

.awesomplete > ul {
  border-radius: 0.3em;
  margin: 0.2em 0 0;
  background: rgba(255, 255, 255, 0.9);
  background: linear-gradient(to bottom right, white, rgba(255, 255, 255, 0.8));
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0.05em 0.2em 0.6em rgba(0, 0, 0, 0.2);
  text-shadow: none; }

@supports (transform: scale(0)) {
  .awesomplete > ul {
    transition: 0.3s cubic-bezier(0.4, 0.2, 0.5, 1.4);
    transform-origin: 1.43em -0.43em; }
  .awesomplete > ul[hidden],
  .awesomplete > ul:empty {
    opacity: 0;
    transform: scale(0);
    display: block;
    transition-timing-function: ease; } }

/* Pointer */
.awesomplete > ul:before {
  content: '';
  position: absolute;
  top: -0.43em;
  left: 1em;
  width: 0;
  height: 0;
  padding: 0.4em;
  background: white;
  border: inherit;
  border-right: 0;
  border-bottom: 0;
  transform: rotate(45deg); }

.awesomplete > ul > li {
  position: relative;
  padding: 0.2em 0.5em;
  cursor: pointer; }

.awesomplete > ul > li:hover {
  background: #b8d3e0;
  color: black; }

.awesomplete > ul > li[aria-selected='true'] {
  background: #3d6d8f;
  color: white; }

.awesomplete mark {
  background: #eaff00; }

.awesomplete li:hover mark {
  background: #b5d100; }

.awesomplete li[aria-selected='true'] mark {
  background: #3d6b00;
  color: inherit; }

/*!
 * jQuery UI CSS Framework 1.11.0
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: '';
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*!
 * jQuery UI CSS Framework 1.11.0
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #6eb9eb;
  background: #ffffff 50% 50% repeat-x;
  color: #277fb1; }

.ui-widget-content a {
  color: #222222; }

.ui-widget-header {
  border: 1px solid #5abcdb;
  background: #43b5f7 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold; }

.ui-widget-header a {
  color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #4b9dca;
  background: #ffffff 50% 50% repeat-x;
  font-weight: normal;
  color: #555555; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #1997be;
  background: #57caf8 50% 50% repeat-x;
  font-weight: normal;
  color: #ffffff; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #212121;
  text-decoration: none; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #0f811d;
  background: #25ad1f 50% 50% repeat-x;
  font-weight: normal;
  color: #ffffff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #2c96e9;
  background: #54c5fa 50% 50% repeat-x;
  color: #ffffff; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec 50% 50% repeat-x;
  color: #cd0a0a; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* For IE8 - See #6059 */ }

/*!
 * jQuery UI Datepicker 1.11.0
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
  color: #5e5353;
  border: 1px solid #ddd; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 44%; }

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em; }

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: center;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/*variables*/
/*Colors*/
/*Fonts*/
/*Margin y alturas carousel*/
/*alineaciones*/
/* dropdown select */
/*********************************
		fonts.css
*********************************/
@font-face {
  font-family: 'BentonBold';
  src: url("../fonts/BentonSansBBVA-Bold/BentonSansBBVA-Bold.ttf");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'BentonBook';
  src: url("../fonts/BentonSansBBVA-Book/BentonSansBBVA-Book.ttf");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'BentonBookItalic';
  src: url("../fonts/BentonSansBBVA-BookItalic/BentonSansBBVA-BookItalic.ttf");
}
@font-face {
  font-family: 'BentonMedium';
  src: url("../fonts/BentonSansBBVA-Medium/BentonSansBBVA-Medium.ttf");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'BentonMediumItalic';
  src: url("../fonts/BentonSansBBVA-MediumItalic/BentonSansBBVA-MediumItalic.ttf");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'BentonLight';
  src: url("../fonts/BentonSansBBVA-Light/BentonSansBBVA-Light.eot");
  src: url("../fonts/BentonSansBBVA-Light/BentonSansBBVA-Light.woff2") format("woff2"), url("../fonts/BentonSansBBVA-Light/BentonSansBBVA-Light.woff") format("woff"), url("../fonts/BentonSansBBVA-Light/BentonSansBBVA-Light.otf") format("opentype"), url("../fonts/BentonSansBBVA-Light/BentonSansBBVA-Light.svg#DroidSerif-BoldItalic") format("svg"), url("../fonts/BentonSansBBVA-Light/BentonSansBBVA-Light.eot?#iefix") format("embedded-opentype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'TiemposHeadline-Bold';
  src: url("../fonts/TiemposHeadline/TiemposHeadline-Bold.ttf");
  src: url("../fonts/TiemposHeadline/tiempos-headline-bold.woff2") format("wof2"),url("../fonts/TiemposHeadline/TiemposHeadline-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'TiemposHeadline-BoldItalic';
  src: url("../fonts/TiemposHeadline/TiemposHeadline-BoldItalic.ttf");
  src: url("../fonts/TiemposHeadline/tiempos-headline-bold-italic.woff2") format("wof2"),url("../fonts/TiemposHeadline/TiemposHeadline-BoldItalic.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'TiemposRegular';
  src: url("../fonts/TiemposTextWeb-Regular/TiemposTextWeb-Regular.eot");
  src: url("../fonts/TiemposTextWeb-Regular/TiemposTextWeb-Regular.woff2") format("woff2"), url("../fonts/TiemposTextWeb-Regular/TiemposTextWeb-Regular.woff") format("woff"), url("../fonts/TiemposTextWeb-Regular/TiemposTextWeb-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'TiemposRegularItalic';
  src: url("../fonts/TiemposTextWeb-RegularItalic/TiemposTextWeb-RegularItalic.eot");
  src: url("../fonts/TiemposTextWeb-RegularItalic/TiemposTextWeb-RegularItalic.woff2") format("woff2"), url("../fonts/TiemposTextWeb-RegularItalic/TiemposTextWeb-RegularItalic.woff") format("woff"), url("../fonts/TiemposTextWeb-RegularItalic/TiemposTextWeb-RegularItalic.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'TexGyreAdventorRegular';
  src: url("../fonts/TiemposTextWeb-RegularItalic/TiemposTextWeb-RegularItalic.eot");
  src: url("../fonts/TiemposTextWeb-RegularItalic/TiemposTextWeb-RegularItalic.woff2") format("woff2"), url("../fonts/TiemposTextWeb-RegularItalic/TiemposTextWeb-RegularItalic.woff") format("woff"), url("../fonts/TiemposTextWeb-RegularItalic/TiemposTextWeb-RegularItalic.eot?#iefix") format("embedded-opentype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'icon-bbva';
  src: url("../fonts/icon-bbva/icon-bbva.eot?me40do");
  src: url("../fonts/icon-bbva/icon-bbva.eot?me40do#iefix") format("embedded-opentype"), url("../fonts/icon-bbva/icon-bbva.ttf?me40do") format("truetype"), url("../fonts/icon-bbva/icon-bbva.woff?me40do") format("woff"), url("../fonts/icon-bbva/icon-bbva.svg?me40do#icon-bbva") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^='icon-'],
[class*=' icon-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon-bbva' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-biblioteca_remove:before {
  content: '\e9af';
  color: #00288F; }

.icon-biblioteca_add:before {
  content: '\e9b0';
  color: #00288F; }

.icon-favorite_icon_add:before {
  content: '\e9ae';
  color: #00288F; }

.icon-listaLectura_add:before {
  content: '\e9ac';
  color: #00288F; }

.icon-listaLectura_remove:before {
  content: '\e9ad';
  color: #00288F; }

.icon-bulletRectangle:before {
  content: '\e9ab';
  color: #00288F; }

.icon-logo_BBVA:before {
  content: '\e900';
  color: #072146; }

.icon-coffeshop_icon:before {
  content: '\e9aa';
  color: #00288F; }

.icon-others_point:before {
  content: '\e9a9';
  color: #00288F; }

.icon-nav_arrowDown:before {
  content: '\e9a5';
  color: #00288F; }

.icon-nav_arrowRight:before {
  content: '\e9a6';
  color: #00288F; }

.icon-nav_arrowLeft:before {
  content: '\e9a7';
  color: #00288F; }

.icon-nav_arrowUp:before {
  content: '\e9a8';
  color: #00288F; }

.icon-others_euro:before {
  content: '\e9a4';
  color: #00288F; }

.icon-others_angry:before {
  content: '\e9a2';
  color: #00288F; }

.icon-others_donation:before {
  content: '\e9a3';
  color: #00288F; }

.icon-others_furniture:before {
  content: '\e9a1';
  color: #00288F; }

.icon-commu_idioma:before {
  content: '\e9a0';
  color: #00288F; }

.icon-commu_alert:before {
  content: '\e901';
  color: #00288F; }

.icon-commu_info:before {
  content: '\e902';
  color: #00288F; }

.icon-commu_help:before {
  content: '\e903';
  color: #00288F; }

.icon-commu_email:before {
  content: '\e904';
  color: #00288F; }

.icon-commu_reademail:before {
  content: '\e905';
  color: #00288F; }

.icon-commu_send:before {
  content: '\e906';
  color: #00288F; }

.icon-commu_share:before {
  content: '\e907';
  color: #00288F; }

.icon-commu_favorite:before {
  content: '\e908';
  color: #00288F; }

.icon-commu_hashtag:before {
  content: '\e909';
  color: #00288F; }

.icon-commu_communication:before {
  content: '\e90a';
  color: #00288F; }

.icon-commu_support:before {
  content: '\e90b';
  color: #00288F; }

.icon-commu_BBVAcontigo:before {
  content: '\e90c';
  color: #00288F; }

.icon-commu_videochat:before {
  content: '\e90d';
  color: #00288F; }

.icon-commu_telephone:before {
  content: '\e90e';
  color: #00288F; }

.icon-commu_clock:before {
  content: '\e90f';
  color: #00288F; }

.icon-commu_alarm:before {
  content: '\e910';
  color: #00288F; }

.icon-commu_audio:before {
  content: '\e911';
  color: #00288F; }

.icon-commu_microphone:before {
  content: '\e912';
  color: #00288F; }

.icon-commu_play:before {
  content: '\e913';
  color: #00288F; }

.icon-commu_camera:before {
  content: '\e914';
  color: #00288F; }

.icon-commu_bluetooth:before {
  content: '\e915';
  color: #00288F; }

.icon-commu_fcconnect:before {
  content: '\e916';
  color: #00288F; }

.icon-commu_nfcdisconnect:before {
  content: '\e917';
  color: #00288F; }

.icon-commu_quotemark:before {
  content: '\e918';
  color: #00288F; }

.icon-rrss_twitter:before {
  content: '\e919';
  color: #00288F; }

.icon-rrss_googleplus:before {
  content: '\e91a';
  color: #00288F; }

.icon-rrss_linkedin:before {
  content: '\e91b';
  color: #00288F; }

.icon-rrss_facebook:before {
  content: '\e91c';
  color: #00288F; }

.icon-rrss_instagram:before {
  content: '\e91d';
  color: #00288F; }

.icon-rrss_pinterest:before {
  content: '\e91e';
  color: #00288F; }

.icon-rrss_youtube:before {
  content: '\e91f';
  color: #00288F; }

.icon-rrss_twitter2:before {
  content: '\e920';
  color: #00288F; }

.icon-rrss_googleplus2:before {
  content: '\e921';
  color: #00288F; }

.icon-rrss_linkedin2:before {
  content: '\e922';
  color: #00288F; }

.icon-rrss_facebook2:before {
  content: '\e923';
  color: #00288F; }

.icon-rrss_instagram2:before {
  content: '\e924';
  color: #00288F; }

.icon-rrss_pinterest2:before {
  content: '\e925';
  color: #00288F; }

.icon-rrss_youtube2:before {
  content: '\e926';
  color: #00288F; }

.icon-commu_gooplay2n:before {
  content: '\e927';
  color: #00288F; }

.icon-commu_appstore:before {
  content: '\e928';
  color: #00288F; }

.icon-commu_language:before {
  content: '\e929';
  color: #00288F; }

.icon-commu_videoplayline:before {
  content: '\e92a';
  color: #00288F; }

.icon-commu_pause:before {
  content: '\e92b';
  color: #00288F; }

.icon-commu_reply:before {
  content: '\e92c';
  color: #00288F; }

.icon-commu_retweet:before {
  content: '\e92d';
  color: #00288F; }

.icon-rrss_slideshare:before {
  content: '\e92e';
  color: #00288F; }

.icon-rrss_slideshare2:before {
  content: '\e92f';
  color: #00288F; }

.icon-commu_mobiledisconnected:before {
  content: '\e930';
  color: #00288F; }

.icon-commu_blog:before {
  content: '\e931';
  color: #00288F; }

.icon-commu_identifiedcall:before {
  content: '\e932';
  color: #00288F; }

.icon-commu_virtualemail:before {
  content: '\e933';
  color: #00288F; }

.icon-communication:before {
  content: '\e934';
  color: #00288F; }

.icon-commu_digitalpress:before {
  content: '\e935';
  color: #00288F; }

.icon-commu_digitaltv:before {
  content: '\e936';
  color: #00288F; }

.icon-commu_press:before {
  content: '\e937';
  color: #00288F; }

.icon-commu_radio:before {
  content: '\e938';
  color: #00288F; }

.icon-commu_whatsapp:before {
  content: '\e939';
  color: #00288F; }

.icon-commu_facebookmessenger:before {
  content: '\e93a';
  color: #00288F; }

.icon-commu_channels:before {
  content: '\e93b';
  color: #00288F; }

.icon-commu_globe:before {
  content: '\e93c';
  color: #00288F; }

.icon-commu_sms:before {
  content: '\e93d';
  color: #00288F; }

.icon-commu_assistance:before {
  content: '\e93e';
  color: #00288F; }

.spherica-search:before {
  content: '\e93f';
  color: #00288F; }

.icon-tools_home:before {
  content: '\e940';
  color: #00288F; }

.icon-tools_myprofile:before {
  content: '\e941';
  color: #00288F; }

.icon-tools_calendar:before {
  content: '\e942';
  color: #00288F; }

.icon-tools_settings:before {
  content: '\e943';
  color: #00288F; }

.icon-tools_agenda:before {
  content: '\e944';
  color: #00288F; }

.icon-tools_configuration:before {
  content: '\e945';
  color: #00288F; }

.icon-tools_graphics:before {
  content: '\e946';
  color: #00288F; }

.icon-tools_listview:before {
  content: '\e947';
  color: #00288F; }

.icon-tools_titleview:before {
  content: '\e948';
  color: #00288F; }

.icon-tools_historic:before {
  content: '\e949';
  color: #00288F; }

.icon-tools_filter:before {
  content: '\e94a';
  color: #00288F; }

.icon-tools_consult:before {
  content: '\e94b';
  color: #00288F; }

.icon-tools_copy:before {
  content: '\e94c';
  color: #00288F; }

.icon-tools_edit:before {
  content: '\e94d';
  color: #00288F; }

.icon-tools_safeforlater:before {
  content: '\e94e';
  color: #00288F; }

.icon-tools_download:before {
  content: '\e94f';
  color: #00288F; }

.icon-tools_upload:before {
  content: '\e950';
  color: #00288F; }

.icon-tools_print:before {
  content: '\e951';
  color: #00288F; }

.icon-tools_trash:before {
  content: '\e952';
  color: #00288F; }

.icon-tools_document:before {
  content: '\e953';
  color: #00288F; }

.icon-tools_word:before {
  content: '\e954';
  color: #00288F; }

.icon-tools_pdf:before {
  content: '\e955';
  color: #00288F; }

.icon-tools_excel:before {
  content: '\e956';
  color: #00288F; }

.icon-tools_addnotes:before {
  content: '\e957';
  color: #00288F; }

.icon-tools_mobile:before {
  content: '\e958';
  color: #00288F; }

.icon-tools_desktop:before {
  content: '\e959';
  color: #00288F; }

.icon-tools_tablet:before {
  content: '\e95a';
  color: #00288F; }

.icon-tools_oneclick:before {
  content: '\e95b';
  color: #00288F; }

.icon-tools_idcard:before {
  content: '\e95c';
  color: #00288F; }

.icon-tools_team:before {
  content: '\e95d';
  color: #00288F; }

.icon-tools_calculator:before {
  content: '\e95e';
  color: #00288F; }

.icon-tools_frequency:before {
  content: '\e95f';
  color: #00288F; }

.icon-tools_keyboard:before {
  content: '\e960';
  color: #00288F; }

.icon-tools_previousapointment:before {
  content: '\e961';
  color: #00288F; }

.icon-tools_color:before {
  content: '\e962';
  color: #00288F; }

.icon-tools_illustration:before {
  content: '\e963';
  color: #00288F; }

.icon-tools_jpg:before {
  content: '\e964';
  color: #00288F; }

.icon-tools_xml:before {
  content: '\e965';
  color: #00288F; }

.icon-tools_watch:before {
  content: '\e966';
  color: #00288F; }

.icon-tools_alphabeticalorder:before {
  content: '\e967';
  color: #00288F; }

.icon-tools_tv:before {
  content: '\e968';
  color: #00288F; }

.icon-tools_virtualreality:before {
  content: '\e969';
  color: #00288F; }

.icon-tools_tools:before {
  content: '\e96a';
  color: #00288F; }

.icon-tools_noclient:before {
  content: '\e96b';
  color: #00288F; }

.icon-tools_simulator:before {
  content: '\e96c';
  color: #00288F; }

.icon-tools_recognitioneye:before {
  content: '\e96d';
  color: #00288F; }

.icon-048_oneclick_icon:before {
  content: '\e96e';
  color: #00288F; }

.icon-tools_schoolsupplies:before {
  content: '\e96f';
  color: #00288F; }

.icon-tools_rotatescreen:before {
  content: '\e970';
  color: #00288F; }

.icon-tools_newclient:before {
  content: '\e971';
  color: #00288F; }

.icon-nav_security:before {
  content: '\e972';
  color: #00288F; }

.icon-nav_fingerprint:before {
  content: '\e973';
  color: #00288F; }

.icon-nav_visualize:before {
  content: '\e974';
  color: #00288F; }

.icon-nav_hide:before {
  content: '\e975';
  color: #00288F; }

.icon-nav_block:before {
  content: '\e976';
  color: #00288F; }

.icon-nav_unlock:before {
  content: '\e977';
  color: #00288F; }

.icon-nav_lock:before {
  content: '\e978';
  color: #00288F; }

.icon-nav_on:before {
  content: '\e979';
  color: #00288F; }

.icon-nav_menu:before {
  content: '\e97a';
  color: #00288F; }

.icon-nav_more:before {
  content: '\e97b';
  color: #00288F; }

.icon-nav_return:before {
  content: '\e97c';
  color: #00288F; }

.icon-nav_navigation:before {
  content: '\e97d';
  color: #00288F; }

.icon-nav_getout:before {
  content: '\e97e';
  color: #00288F; }

.icon-nav_extlink:before {
  content: '\e97f';
  color: #00288F; }

.icon-nav_link:before {
  content: '\e980';
  color: #00288F; }

.icon-nav_continue:before {
  content: '\e981';
  color: #00288F; }

.icon-nav_forward:before {
  content: '\e982';
  color: #00288F; }

.icon-nav_unfold:before {
  content: '\e983';
  color: #00288F; }

.icon-nav_fold:before {
  content: '\e984';
  color: #00288F; }

.icon-nav_expand:before {
  content: '\e985';
  color: #00288F; }

.icon-nav_contract:before {
  content: '\e986';
  color: #00288F; }

.icon-nav_close:before {
  content: '\e987';
  color: #001391; }

.icon-nav_checkmark:before {
  content: '\e988';
  color: #00288F; }

.icon-nav_correct:before {
  content: '\e989';
  color: #00288F; }

.icon-nav_error:before {
  content: '\e98a';
  color: #00288F; }

.icon-nav_bbvaofice:before {
  content: '\e98b';
  color: #00288F; }

.icon-nav_place:before {
  content: '\e98c';
  color: #00288F; }

.icon-nav_withoutlocation:before {
  content: '\e98d';
  color: #00288F; }

.icon-nav_correctlocation:before {
  content: '\e98e';
  color: #00288F; }

.icon-nav_seachinglocation:before {
  content: '\e98f';
  color: #00288F; }

.icon-nav_exploration:before {
  content: '\e990';
  color: #00288F; }

.icon-nav_add:before {
  content: '\e991';
  color: #00288F; }

.icon-nav_substract:before {
  content: '\e992';
  color: #00288F; }

.icon-nav_plusmenu:before {
  content: '\e993';
  color: #00288F; }

.icon-nav_first:before {
  content: '\e994';
  color: #00288F; }

.icon-nav_end:before {
  content: '\e995';
  color: #00288F; }

.icon-nav_divider:before {
  content: '\e996';
  color: #00288F; }

.icon-nav_saveup:before {
  content: '\e997';
  color: #00288F; }

.icon-nav_attached:before {
  content: '\e998';
  color: #00288F; }

.icon-nav_mapa:before {
  content: '\e999';
  color: #00288F; }

.icon-nav_mylocation:before {
  content: '\e99a';
  color: #00288F; }

.icon-nav_nearme:before {
  content: '\e99b';
  color: #00288F; }

.icon-nav_walkingdirections:before {
  content: '\e99c';
  color: #00288F; }

.icon-nav_phishing:before {
  content: '\e99d';
  color: #00288F; }

.icon-nav_fraud:before {
  content: '\e99e';
  color: #00288F; }

.icon-nav_back:before {
  content: '\e99f';
  color: #00288F; }


.icon-rrss_twitterX:before {
  content: url('../images/X.svg') ;
  color: #00288F; }

.icon-rrss_telegram:before {
  content: url('../images/telegram.svg') ;
  color: #00288F; }

/*BBVA-ICONS*/

@font-face {
  font-family: "bbva-icons";
  src: url("../fonts/bbva-icons/bbva-icons.eot#iefix") format("embedded-opentype"), url("../fonts/bbva-icons/bbva-icons.woff2") format("woff2"), url("../fonts/bbva-icons/bbva-icons.woff") format("woff"), url("../fonts/bbva-icons/bbva-icons.ttf") format("truetype"), url("../fonts/bbva-icons/bbva-icons.svg#bbva-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "bbva-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="ui-"]:before,
[class*=" ui-"]:before {
  font-family: "bbva-icons" !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }


.ui-cash:before {
  content: "\F14D"; }

.ui-currency-exchange:before {
  content: "\F16F"; }

.ui-lock:before {
  content: "\F204"; }  

.ui-stock:before {
  content: "\F2A1"; }  

.ui-investment:before {
  content: "\F1D5"; }

.ui-my-location:before {
  content: "\F21E"; }

.ui-globe:before {
  content: "\F1B6"; }


@font-face {
  font-family: "bbva-icons-spherica";
  src: 
    url("../fonts/bbva-icons-spherica/bbva-icons-spherica.ttf") format("truetype"), 
    url("../fonts/bbva-icons-spherica/bbva-icons-spherica.woff") format("woff"), 
    url("../fonts/bbva-icons-spherica/bbva-icons-spherica.woff2") format("woff2"), 
    url("../fonts/bbva-icons-spherica/bbva-icons-spherica.eot#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "bbva-icons-spherica" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=spherica]:before,
[class*=" spherica"]:before {
  font-family: "bbva-icons-spherica" !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  color: #001391;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.spherica-search:before {
  content: "\f2b8";
}

.spherica-menu:before {
  content: "\f22b";
}

.spherica-close:before {
  content: "\f163";
}

.spherica-linked-in:before {
  content: "\f21e";
}

.spherica-press:before {
  content: "\f285";
}

.spherica-team:before {
  content: "\f2ec";
}

.spherica-law:before {
  content: "\f1fb";
}

.spherica-up:before {
  content: "\f311";
}

.spherica-bullet-1:before {
  content: "\f13f";
}

.spherica-bullet:before {
  content: "\f140";
}

.spherica-back:before {
  content: "\f11c";
}

.spherica-next:before {
  content: "\f24a";
}

.spherica-expand:before {
  content: "\f1a9";
}

.spherica-download:before {
  content: "\f195";
}

.spherica-collapse:before {
  content: "\f166";
}

.spherica-investment:before {
  content: "\f1f4";
}

.spherica-balance-dollar:before {
  content: "\f11e";
}

.spherica-globe:before {
  content: "\f1d0";
}

.spherica-email:before {
  content: "\f1a0";
}

.spherica-stock:before {
  content: "\f2dd";
}

.spherica-pdf:before {
  content: "\f268";
}

.spherica-play:before {
  content: "\f27b";
}

.spherica-play-simple:before {
  content: "\f279";
}

.spherica-open-outside:before {
  content: "\f258";
}

.spherica-calendar:before {
  content: "\f147";
}

.spherica-link:before {
  content: "\f21c";
}

.spherica-share:before {
  content: "\f2c7";
}

.spherica-facebook-simple:before {
  content: "\f1af";
}

.spherica-twitter-simple:before {
  content: "\f309";
}

.spherica-linked-in-simple:before {
  content: "\f21d";
}

.spherica-whatsapp:before {
  content: "\f328";
}



/*base*/
/*********************************
		comun.css
*********************************/
html {
  font-size: 13px; }

body {
  font-family: 'BentonBook', sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #070E46;
  background-color: #ffffff; }

header {
  width: 100%;
  float: left;
  position: relative;
  z-index: 500; }

main {
  min-height: 500px;
  width: 100%;
  float: left; }

footer {
  width: 100%;
  float: left; }

a {
  color: #001391;
  text-decoration: none;
  font-family: 'BBVA-Medium';
  outline: none; }

a:hover,
a:focus {
  color: #070E46;
  text-decoration: none !important;
  outline: none; }

a:active {
  color: #070E46;
  text-decoration: none;
  outline: none; }

button,
button:focus {
  outline: none; }

ul {
  list-style: none;
  padding: 0px;
  margin: 0px; }

ul li.lista_itemTitulo {
  display: none; }

.page_title {
  font-family: 'TiemposHeadline-Bold';
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.83px;
  padding: 58px 0px 24px 0px;
}

.page_text {
  font-family: 'BentonBook', sans-serif;
  font-size: 22px;
  line-height: 27px;
  letter-spacing: -0.22px;
  color: #121212;
  padding: 0px 0px 40px 0px;
  margin: 0px;
  text-align: left; }

.section_title {
  font-family: 'BentonLight', sans-serif;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #121212;
  padding: 58px 18% 12px 18%;
  margin: 0px;
  text-align: center; }

.section_text {
  font-family: 'BentonBook', sans-serif;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #121212;
  padding: 0px 18% 8px 18%;
  margin: 0px;
  text-align: center; }

.detalle_title {
  font-family: 'BentonBold', sans-serif;
  font-size: 42px;
  line-height: 61px;
  letter-spacing: 0px;
  color: #121212;
  padding: 0px 0px 24px 0px;
  margin: 0px;
  text-align: left; }

.detalle_title_n2 {
  font-family: 'BentonBook', sans-serif;
  font-size: 34px;
  line-height: 41px;
  letter-spacing: 0px;
  color: #121212;
  padding: 0px 0px 24px 0px;
  margin: 0px;
  text-align: left; }

.detalle_textDest {
  font-family: 'BentonBook', sans-serif;
  font-size: 22px;
  line-height: 27px;
  letter-spacing: 0.02px;
  color: #121212;
  padding: 0px 0px 26px 0px;
  margin: 0px;
  text-align: left; }

.detalle_text {
  font-family: 'BentonBook', sans-serif;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #666666;
  padding: 0px 0px 8px 0px;
  margin: 0px;
  text-align: left;
  overflow-wrap: break-word; }

.detalle_date {
  font-family: 'BentonBook', sans-serif;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0px;
  color: #666666;
  padding: 0px 0px 8px 0px;
  margin: 0px;
  text-align: left; }

.detalle_numDoc {
  font-family: 'BentonBook', sans-serif;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0px;
  color: #666666;
  padding: 0px 0px 8px 0px;
  margin: 0px;
  text-align: right; }

.soloDesktop {
  display: block; }

.soloMobile {
  display: none; }

.boxTable {
  display: table; }

.boxTableCell {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

/*iconos*/
a [class*='icon-']:before {
  color: #001391; }

a:hover [class*='icon-']:before,
a:focus [class*='icon-']:before {
  color: #004481;
  text-decoration: none !important; }

[class*='icon-'] {
  position: relative;
  top: 2px; }

a:hover [class*='icon-'] + .textoIconoColocar,
a:focus [class*='icon-'] + .textoIconoColocar {
  color: #004481;
  text-decoration: none !important; }

.textoIconoOcultar {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden; }

.textoIconoColocar {
  display: block; }

/*grid*/
[class*='partial_']:before {
  display: table;
  content: ''; }

[class*='partial_']:after {
  display: table;
  content: '';
  clear: both; }

/*quitar scroll con los navegadores*/
.scroll #webpage {
  display: block;
  visibility: visible; }

.scroll .footer-main .flechaFooterScroll {
  display: block; }

.no_scroll #webpage {
  display: none;
  visibility: hidden; }

.no_scroll_acc #webpage main,
.no_scroll_acc #webpage footer {
  display: none; }

/*loadging*/
.loading {
  position: fixed;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  z-index: 1003; }

.loading .loading_bbva {
  position: relative;
  width: 200px;
  height: 100vh;
  margin: auto;
  vertical-align: middle; }

main {
  margin-top: 120px; 
}
/**************************
	media queries
***************************/
@media screen and (max-width: 576px) {
  body {
    font-family: 'BentonBook', sans-serif;
    font-size: 13px;
    line-height: 24px;
    color: #666666; }
  header {
    position: fixed;
    top: 0px;
    left: 0px; }
  main {
    margin-top: 70px; }
  .page_title {
    font-family: 'BentonBold', sans-serif;
    font-size: 35px;
    line-height: 32px;
    letter-spacing: -0.49px;
    color: #121212;
    padding: 22px 0px 16px 0px;
    margin: 0px;
    text-align: left; }
  .page_text {
    font-family: 'BentonBook', sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.17px;
    color: #121212;
    padding: 0px 0px 16px 0px;
    margin: 0px;
    text-align: left; }
  .section_title {
    font-family: 'BentonLight', sans-serif;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #121212;
    padding: 48px 0px 12px 0px;
    margin: 0px;
    text-align: center; }
  .section_text {
    font-family: 'BentonBook', sans-serif;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.18px;
    color: #121212;
    padding: 0px 0px 8px 0px;
    margin: 0px;
    text-align: center; }
  .detalle_title {
    font-family: 'BentonBold', sans-serif;
    font-size: 25px;
    line-height: 36px;
    letter-spacing: -0.49px;
    color: #121212;
    padding: 0px 0px 16px 0px;
    margin: 0px;
    text-align: left; }
  .detalle_title_n2 {
    font-family: 'BentonBook', sans-serif;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0px;
    color: #121212;
    padding: 0px 0px 24px 0px;
    margin: 0px;
    text-align: left; }
  .detalle_textDest {
    font-family: 'BentonBook', sans-serif;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02px;
    color: #121212;
    padding: 0px 0px 26px 0px;
    margin: 0px;
    text-align: left; }
  .detalle_text {
    font-family: 'BentonBook', sans-serif;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #666666;
    padding: 0px 0px 8px 0px;
    margin: 0px;
    text-align: left;
    overflow-wrap: break-word; }
  .detalle_date {
    font-family: 'BentonBook', sans-serif;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0px;
    color: #666666;
    padding: 0px 0px 8px 0px;
    margin: 0px;
    text-align: left; }
  .detalle_numDoc {
    font-family: 'BentonBook', sans-serif;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0px;
    color: #666666;
    padding: 0px 0px 8px 0px;
    margin: 0px;
    text-align: left; }
  .logo_panelNavMovil .logo_BBVA_new,
  .headerLogo_titulo .logo_BBVA_new {
    width: 130px; } 
    
  }

@media (min-width: 576px) and (max-width: 768px) {
  .container {
    max-width: 94%; } }

/*** GRID para maquetar ***/
.grid {
  position: fixed;
  z-index: 9999;
  opacity: 0.2;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0px;
  background-position: 50% -20px;
  background-image: url("../../images/grid/gridMD2.png");
  background-repeat: repeat-y; }

@media screen and (max-width: 767px) {
  .grid {
    background-image: url("../../images/grid/gridSM.png"); } }

@media screen and (max-width: 500px) {
  .grid {
    background-image: url("../../images/grid/gridXS.png"); } }

.footer-main.bg-grey .preFooter-main {
  background: #f4f4f4; }

@media screen and (max-width: 991px) {
  .preFooter-desktop .bloquesPreFooter.col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; } }

/*********************************
		footer.css
*********************************/
.footer-main {
  font-size: 13px;
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  font-family: 'BentonMedium', sans-serif;
  background-color: #F7F8F8;
  /*PREFOOTER*/
  /*FOOTER AZUL*/
  /*FLECHA FOOTER SCROLL*/
  /**************************
media queries
***************************/ }

.footer-main .preFooter-main {
  padding: 60px 0px;
  position: relative;
  border-radius: 1rem;
  margin: 16px;
  background-color: #fff;
  /* box-shadow: 0px -1px 10px 0px #070E4626;  */
}

.footer-main .preFooter-main .container .preFooter-desktop .bloquesPreFooter .tituloBloquesPreFooter {
  margin-bottom: 24px; }

.footer-main .preFooter-main .container .preFooter-desktop .bloquesPreFooter .tituloBloquesPreFooter p {
  font-family: 'BentonMedium', sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #070E46;
  margin-bottom: 0px; }

.footer-main
.preFooter-main
.container
.preFooter-desktop
.bloquesPreFooter
.enlacesBloquesPreFooter
.lista_enlacesPrefooter
li {
  margin-bottom: 15px; }

.footer-main
.preFooter-main
.container
.preFooter-desktop
.bloquesPreFooter
.enlacesBloquesPreFooter
.lista_enlacesPrefooter
li
a {
  font-family: 'BentonMedium', sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #00288F; }

.footer-main
.preFooter-main
.container
.preFooter-desktop
.bloquesPreFooter
.enlacesBloquesPreFooter
.lista_enlacesPrefooter
li
a:hover {
  color: #070E46; }

.footer-main
.preFooter-main
.container
.preFooter-desktop
.bloquesPreFooter
.enlacesBloquesPreFooter
.lista_enlacesPrefooter
li:last-child {
  margin-bottom: 0px; }

.footer-main .preFooter-main .container .preFooter-mobile {
  display: none; }

.footer-main .bbvaFooter-main {
  background-color: #001391;
  min-height: 296px;
  color: #ffffff;
  padding: 60px 0px;
  position: relative;
  border-radius: 1rem;
  margin: 16px;
  /* box-shadow: 0px -1px 10px 0px #070E4626;  */
}

/*padding:0px;*/
.footer-main .bbvaFooter-main .container .footer-container-legal .footerLogo {
  /* margin-top: 40px;  */
}

.footer-main .bbvaFooter-main .container .footer-container-legal .footerLogo .footerLogo_titulo {
  margin: 0px 0px 0px 0px; }

.footer-main .bbvaFooter-main .container .footer-container-legal .footerLogo .footerLogo_titulo a .icon-logo_BBVA {
  position: relative;
  z-index: 3;
  top: 3px;
  margin-right: 0px; }

.footer-main
.bbvaFooter-main
.container
.footer-container-legal
.footerLogo
.footerLogo_titulo
a
.icon-logo_BBVA:before {
  color: #ffffff;
  font-size: 22px; }

.footer-main .bbvaFooter-main .container .footer-container-legal .footerLogo .footerLogo_titulo a .footerLogo_marca {
  color: #ffffff;
  font-family: 'BentonBook', sans-serif;
  font-size: 14px; }

.footer-main
.bbvaFooter-main
.container
.footer-container-legal
.footerLogo
.footerLogo_titulo
a
.footerLogo_marca:after {
  content: '';
  background-color: #00a4b7;
  color: #00a4b7;
  width: 5px;
  height: 5px;
  position: relative;
  top: -10px;
  right: 0px;
  display: inline-block;
  font-size: 8px; }

.footer-main .bbvaFooter-main .container .footer-container-legal .footerEnlacesBBVA {
  margin-top: 25px; }

.footer-main .bbvaFooter-main .container .footer-container-legal .footerEnlacesBBVA .lista_enlacesFooterLegal {
  color: #00288F;
  padding: 0px; }

.footer-main .bbvaFooter-main .container .footer-container-legal .footerEnlacesBBVA .lista_enlacesFooterLegal li {
  display: inline;
  margin-right: 15px; }

.footer-main .bbvaFooter-main .container .footer-container-legal .contFooterEnlacesBBVA {
  line-height: 35px;
}

.footer-main
.bbvaFooter-main
.container
.footer-container-legal
.footerEnlacesBBVA
.lista_enlacesFooterLegal
li:first-child {
  margin-left: 0px; }

.footer-main .bbvaFooter-main .container .footer-container-legal .footerEnlacesBBVA .lista_enlacesFooterLegal li a {
  color: #85C8FF;
  font-family: 'BentonMedium', sans-serif;
  font-size: 15px;
  line-height: 24px; }

.footer-main
.bbvaFooter-main
.container
.footer-container-legal
.footerEnlacesBBVA
.lista_enlacesFooterLegal
li
a:hover {
  color: #d4edfc; }

.footer-main .bbvaFooter-main .container .footer-container-legal .footerCopyBBVA {
  margin-top: 50px; }

.footer-main .bbvaFooter-main .container .footer-container-legal .footerCopyBBVA .texto_footerCopy {
  font-family: 'BentonBook', sans-serif;
  line-height: 16px;
  text-align: left;
  color: #ffffff; }

.footer-main .bbvaFooter-main .container .footer-container-rrss {
  margin-top: 40px; }

.footer-main .bbvaFooter-main .container .footer-container-rrss .footerRRSS {
  justify-content: flex-end;
  text-align: right; }

.footer-main .bbvaFooter-main .container .footer-container-rrss .footerRRSS .lista_enlacesFooterSocial li {
  display: inline;
  margin-right: 8px; }

.footer-main .bbvaFooter-main .container .footer-container-rrss .footerRRSS .lista_enlacesFooterSocial li:last-child {
  margin-right: 0px; }

.footer-main .bbvaFooter-main .container .footer-container-rrss .footerRRSS .lista_enlacesFooterSocial li a i:before {
  color: #00288F;
  font-size: 24px; }

.footer-main
.bbvaFooter-main
.container
.footer-container-rrss
.footerRRSS
.lista_enlacesFooterSocial
li
a:hover
i:before {
  color: #d4edfc;
  text-decoration: none; }

.footer-main .bbvaFooter-main .container .footer-container-gnoss {
  text-align: right;
  margin-top: 40px; }

.footer-main .bbvaFooter-main .container .riamTechnology p {
  font-family: 'BentonBook', sans-serif, sans-serif;
  color: #ffffff;
  margin-bottom: 10px; }

.footer-main .bbvaFooter-main .container .riamTechnology p:after {
  display: inline-block;
  content: '';
  background: url("../images/logoGnoss.png") center no-repeat;
  background-size: contain;
  height: 10px;
  width: 40px;
  margin-left: 5px; }

.footer-main .flechaFooterScroll {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 5%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #D6E9F8;
  text-align: center; 
  border-radius: .5rem;}

.footer-main .flechaFooterScroll i {
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
}

.footer-main .flechaFooterScroll i:before {
  color: #001391;
  font-size: 25px; }

@media screen and (max-width: 768px) {
  /*FOOTER BBVA azul*/
  .footer-main .bbvaFooter-main .container .row .footer-container-rrss {
    margin-top: 10px; }
  .footer-main .bbvaFooter-main .container .row .footer-container-rrss .footerRRSS {
    text-align: center; }
  .footer-main .bbvaFooter-main .container .row .footer-container-gnoss {
    text-align: center;
    margin-top: 10px; } }

@media screen and (max-width: 576px) {
  /*PREFOOTER blanco*/
  /*FOOTER BBVA azul*/
  .footer-main .bbvaFooter-main {
    padding: 30px 0px;
  }
  .footer-main .preFooter-main {
    padding: 10px 0px;
    position: relative;
    background: #ffffff; }
  .footer-main .preFooter-main .container .preFooter-desktop {
    display: none; }
  .footer-main .preFooter-main .container .preFooter-mobile {
    display: block; }
  .footer-main .preFooter-main .container .preFooter-mobile .preFooterMobile-container .subtituloPreFooterMobile {
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 0px; }
  .footer-main .preFooter-main .container .preFooter-mobile .preFooterMobile-container:last-child .subtituloPreFooterMobile {
    border-bottom: none;
    margin-bottom: 0px; }
  .footer-main .preFooter-main .container .preFooter-mobile .preFooterMobile-container .subtituloPreFooterMobile a {
    text-align: left;
    padding: 20px 0px 20px 0px;
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer; }
  .footer-main
.preFooter-main
.container
.preFooter-mobile
.preFooterMobile-container
.subtituloPreFooterMobile
a
span {
  font-family: 'BentonMedium', sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #070E46; }
  .footer-main .preFooter-main .container .preFooter-mobile .preFooterMobile-container .subtituloPreFooterMobile a i {
    position: absolute;
    right: 0px;
    top: 22px;
    z-index: 0;
    /*abierto*/
    /* - */
    /* + */ }
  .footer-main
.preFooter-main
.container
.preFooter-mobile
.preFooterMobile-container
.subtituloPreFooterMobile
a
i:before {
    font-size: 16px; }
  .footer-main
.preFooter-main
.container
.preFooter-mobile
.preFooterMobile-container
.subtituloPreFooterMobile
a
.contract{
    display: block; }
  .footer-main
.preFooter-main
.container
.preFooter-mobile
.preFooterMobile-container
.subtituloPreFooterMobile
a
.expand {
    display: none; }
  /*.footer-main
        .preFooter-main
        .container
        .preFooter-mobile
        .preFooterMobile-container
        .subtituloPreFooterMobile
        a.collapsed {
        /* - */
  /* + */
  .footer-main
.preFooter-main
.container
.preFooter-mobile
.preFooterMobile-container
.subtituloPreFooterMobile
a.collapsed
.contract {
    display: none; }
  .footer-main
.preFooter-main
.container
.preFooter-mobile
.preFooterMobile-container
.subtituloPreFooterMobile
a.collapsed
.expand {
    display: block; }
  .footer-main .preFooter-main .container .preFooter-mobile .preFooterMobile-container .collapse,
  .footer-main .preFooter-main .container .preFooter-mobile .preFooterMobile-container .collapsing {
    border-bottom: 1px solid #f4f4f4;
    position: relative;
    top: -1px;
    /* padding: 10px 0px; */
  }
.footer-main
.preFooter-main
.container
.preFooter-mobile
.preFooterMobile-container
.collapse
.lista_enlacesPrefooter,
  .footer-main
.preFooter-main
.container
.preFooter-mobile
.preFooterMobile-container
.collapsing
.lista_enlacesPrefooter {
    margin: 24px 0px; }
  .footer-main
.preFooter-main
.container
.preFooter-mobile
.preFooterMobile-container
.collapse
.lista_enlacesPrefooter
li,
  .footer-main
.preFooter-main
.container
.preFooter-mobile
.preFooterMobile-container
.collapsing
.lista_enlacesPrefooter
li {
    margin-bottom: 20px; }
  .footer-main
.preFooter-main
.container
.preFooter-mobile
.preFooterMobile-container
.collapse
.lista_enlacesPrefooter
li
a,
  .footer-main
.preFooter-main
.container
.preFooter-mobile
.preFooterMobile-container
.collapsing
.lista_enlacesPrefooter
li
a {
  font-family: 'BentonMedium', sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #00288F; }
  .footer-main
.preFooter-main
.container
.preFooter-mobile
.preFooterMobile-container
.collapse
.lista_enlacesPrefooter
li:last-child,
  .footer-main
.preFooter-main
.container
.preFooter-mobile
.preFooterMobile-container
.collapsing
.lista_enlacesPrefooter
li:last-child {
    margin-bottom: 0px; }
  .footer-main .bbvaFooter-main .container .row .footer-container-legal .footerLogo {
    margin-top: 30px;
    text-align: center; }
  .footer-main .bbvaFooter-main .container .row .footer-container-legal .footerLogo .footerLogo_titulo {
    margin: 0px auto; }
  .footer-main
.bbvaFooter-main
.container
.row
.footer-container-legal
.footerLogo
.footerLogo_titulo
a
.icon-logo_BBVA {
    margin-right: 0px; }
  .footer-main
.bbvaFooter-main
.container
.row
.footer-container-legal
.footerLogo
.footerLogo_titulo
a
.icon-logo_BBVA:before {
    font-size: 22px; }
  .footer-main
.bbvaFooter-main
.container
.row
.footer-container-legal
.footerLogo
.footerLogo_titulo
a
.footerLogo_marca {
    font-size: 14px; }
  .footer-main .bbvaFooter-main .container .row .footer-container-legal .footerEnlacesBBVA {
    margin-top: 40px;
    text-align: center; }
  .footer-main .bbvaFooter-main .container .row .footer-container-legal .footerEnlacesBBVA .lista_enlacesFooterLegal {
    margin: 0px auto;
    display: flex;
    flex-direction: column;
  }
  .footer-main
.bbvaFooter-main
.container
.row
.footer-container-legal
.footerEnlacesBBVA
.lista_enlacesFooterLegal
li {
  margin-right: 0;
  margin-bottom: 15px; }
  .footer-main
.bbvaFooter-main
.container
.row
.footer-container-legal
.footerEnlacesBBVA
.lista_enlacesFooterLegal
li:first-child {
    margin-left: 0; }
  .footer-main
.bbvaFooter-main
.container
.row
.footer-container-legal
.footerEnlacesBBVA
.lista_enlacesFooterLegal
li
a {
    font-family: 'BentonMedium', sans-serif;
    font-size: 15px;
    line-height: 24px; }
  .footer-main .bbvaFooter-main .container .row .footer-container-legal .footerCopyBBVA {
    margin-top: 16px;
    text-align: center;
    position: relative; }
  .footer-main .bbvaFooter-main .container .row .footer-container-legal .footerCopyBBVA .texto_footerCopy {
    font-family: 'BentonBook', sans-serif;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10px;
    color: #ffffff; }
  .footer-main .bbvaFooter-main .container .row .footer-container-rrss {
    margin-top: 10px; }
  .footer-main .bbvaFooter-main .container .row .footer-container-rrss .footerRRSS {
    justify-content: center;
    text-align: center; }
  .footer-main .bbvaFooter-main .container .row .footer-container-rrss .footerRRSS .lista_enlacesFooterSocial li {
    display: inline;
    margin-right: 8px; }
  .footer-main
.bbvaFooter-main
.container
.row
.footer-container-rrss
.footerRRSS
.lista_enlacesFooterSocial
li:last-child {
    margin-right: 0px; }
  .footer-main
.bbvaFooter-main
.container
.row
.footer-container-rrss
.footerRRSS
.lista_enlacesFooterSocial
li
a
i:before {
    color: #00288F;
    font-size: 24px; }
  .footer-main
.bbvaFooter-main
.container
.row
.footer-container-rrss
.footerRRSS
.lista_enlacesFooterSocial
li
a:hover
i:before {
    color: #d4edfc;
    text-decoration: none; }
  .footer-main .bbvaFooter-main .container .row .footer-container-gnoss {
    text-align: center;
    margin-top: 20px; } }

/*.header-main {background-position:50% 0px;background-image:url(../../images/grid/headerLog.png);background-repeat: no-repeat;}*/
/*.header-main {background-position:0px 0px;background-image:url(../../images/grid/header_xs.png);background-repeat: no-repeat;}*/
/*********************************
		header.css
*********************************/

.header-main {
  font-size: 13px;
  width: 100%;
  margin: 0 auto;
  font-family: 'BentonMedium', sans-serif;
  position: fixed;
  /* height: 100px;  */
}

.header-main .header-container-top {
  background-color: #072146;
  height: 115px;
  /*Header logo*/
  /*Header tools*/ }

.header-main .header-container-top .headerLogo {
  position: relative; }

.header-main .header-container-top .headerLogo .headerLogo_titulo {
  margin: 15px 0px 15px 0px; }

.header-main .headerLogo .headerLogo_titulo {
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center; }

.header-main .headerLogo .headerLogo_titulo a{
  display: block; }

.header-main .header-container-top .headerLogo .headerLogo_titulo a .icon-logo_BBVA {
  position: relative;
  z-index: 3;
  top: 6px;
  margin-right: 10px; }

.header-main .header-container-top .headerLogo .headerLogo_titulo a .icon-logo_BBVA:before {
  color: #ffffff;
  font-size: 40px; }

.header-main .header-container-top .headerLogo .headerLogo_titulo a .headerLogo_marca {
  color: #ffffff;
  font-family: 'BentonBook', sans-serif;
  font-size: 28px; }

.header-main .header-container-top .headerLogo .headerLogo_titulo a .headerLogo_marca:after {
  content: '';
  background-color: #00a4b7;
  color: #00a4b7;
  width: 8px;
  height: 8px;
  position: relative;
  top: -19px;
  right: 0px;
  display: inline-block;
  font-size: 8px; }

.headerLogo_titulo .logo_BBVA_new{
  display: flex;
  width: 178px;
  height: 64px;
}

.header-main .header-container-top .headerTools {
  text-align: right; }

.header-main .header-container-top .headerTools .row {
  justify-content: flex-end; }

.header-main .header-container-top .headerTools .row ul {
  width: 100%; }

.header-main .header-container-top .headerTools .row ul li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-weight: 500;
  color: #ffffff;
  font-size: 12px;
  font-family: 'BentonBold';
  display: inline; }

.header-main .header-container-top .headerTools .row ul li a {
  color: #ffffff; }

.header-main .header-container-top .headerTools .row ul.lista_menuTools {
  margin-top: 14px; }

.header-main .header-container-top .headerTools .row ul.lista_menuTools li.itemLista_lectura {
  margin-right: 24px; }

.header-main .header-container-top .headerTools .row ul.lista_menuTools li.itemLista_lectura a {
  position: relative; }

.header-main .header-container-top .headerTools .row ul.lista_menuTools li.itemLista_lectura a .icon-tools_listview {
  opacity: 0.6;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
  filter: alpha(opacity=60);
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 15px; }

.header-main
.header-container-top
.headerTools
.row
ul.lista_menuTools
li.itemLista_lectura
a
.icon-tools_listview:before {
  color: #ffffff;
  font-size: 21px; }

.header-main .header-container-top .headerTools .row ul.lista_menuTools li.itemLista_lectura a .lecturaNum {
  width: 18px;
  height: 18px;
  background: #f8cd51;
  border-radius: 9px;
  font-family: 'BentonBold';
  font-size: 10px;
  color: #072146;
  display: inline-block;
  position: absolute;
  top: -14px;
  left: 14px;
  text-align: center; }

.header-main .header-container-top .headerTools .row ul.lista_menuTools li.itemLista_lectura a .lecturaNum strong {
  text-align: center;
  position: relative;
  top: -3px; }

.header-main .header-container-top .headerTools .row ul.lista_menuTools li.itemLista_lectura a .lecturaTit {
  opacity: 0.6;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
  filter: alpha(opacity=60);
  display: inline-block;
  cursor: pointer; }

.header-main .header-container-top .headerTools .row ul.lista_menuTools li.itemLista_lectura a:hover .lecturaTit {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: alpha(opacity=100); }

.header-main
.header-container-top
.headerTools
.row
ul.lista_menuTools
li.itemLista_lectura
a:hover
.icon-tools_listview {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: alpha(opacity=100); }

.header-main .header-container-top .headerTools .row ul.lista_menuTools li.itemLista_idioma a {
  margin-right: 10px; }

.header-main .header-container-top .headerTools .row ul.lista_menuTools li.itemLista_idioma a.active {
  display: inline-block;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: alpha(opacity=100); }

.header-main .header-container-top .headerTools .row ul.lista_menuTools li.itemLista_idioma a.inactive {
  opacity: 0.6;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
  filter: alpha(opacity=60); }

.header-main .header-container-top .headerTools .row ul.lista_menuTools li.itemLista_idioma a:hover {
  text-transform: none;
  color: #121212; }

.header-main .header-container-top .headerTools .row ul.lista_menuTools li.itemLista_idioma a:last-child {
  margin-right: 0px; }

.header-main .header-container-top .headerTools .row ul.lista_menuLogin {
  margin-top: 12px; }

.header-main .header-container-top .headerTools .row ul.lista_menuLogin li {
  margin-right: 24px; }

.header-main .header-container-top .headerTools .row ul.lista_menuLogin li .icon-tools_myprofile {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 2px; }

.header-main .header-container-top .headerTools .row ul.lista_menuLogin li .icon-tools_myprofile:before {
  color: #ffffff;
  font-size: 18px; }

.header-main .header-container-top .headerTools .row ul.lista_menuLogin li:last-child {
  margin-right: 0px; }

.header-main .header-container-top .headerTools .row ul.lista_menuLogin.login_noreg .itemLista_loginInicioSesion a {
  color: #f8cd51; }

.header-main
.header-container-top
.headerTools
.row
ul.lista_menuLogin.login_noreg
.itemLista_loginInicioSesion
a
i.icon-tools_myprofile {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 2px; }

.header-main
.header-container-top
.headerTools
.row
ul.lista_menuLogin.login_noreg
.itemLista_loginInicioSesion
a
i.icon-nav_on {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 2px; }

.header-main
.header-container-top
.headerTools
.row
ul.lista_menuLogin.login_noreg
.itemLista_loginInicioSesion
a
i::before {
  color: #f8cd51;
  font-size: 18px; }

.header-main .header-container-top .headerTools .row ul.lista_menuLogin.login_noreg .itemLista_loginRegistro a {
  color: #ffffff; }

.header-main
.header-container-top
.headerTools
.row
ul.lista_menuLogin.login_noreg
.itemLista_loginRegistro
a
i:before {
  color: #ffffff;
  font-size: 18px;
  margin-right: 5px; }

.header-main .header-container-top .headerTools .row ul.lista_menuLogin.login_reg .itemLista_loginUser a {
  color: #f8cd51; }

.header-main .header-container-top .headerTools .row ul.lista_menuLogin.login_reg .itemLista_loginUser a i:before {
  color: #f8cd51; }

.header-main .header-container-top .headerTools .row ul.lista_menuLogin.login_reg .itemLista_loginDesconectar a {
  color: #ffffff; }

.header-main
.header-container-top
.headerTools
.row
ul.lista_menuLogin.login_reg
.itemLista_loginDesconectar
a
i:before {
  color: #ffffff;
  font-size: 18px;
  margin-right: 5px; }

.header-main.header_noReg .header-container-top .headerTools .row .lista_menuTools .itemLista_lectura {
  display: none; }

.header-main.header_noReg .header-container-top .headerTools .row .lista_menuLogin.login_noreg {
  display: block; }

.header-main.header_noReg .header-container-top .headerTools .row .lista_menuLogin.login_reg {
  display: none; }

.header-main.header_Reg .header-container-top .headerTools .row .lista_menuTools .itemLista_lectura {
  display: inline-block; }

.header-main.header_Reg .header-container-top .headerTools .row .lista_menuLogin.login_noreg {
  display: none; }

.header-main.header_Reg .header-container-top .headerTools .row .lista_menuLogin.login_reg {
  display: block; }

.header-main .header-container-nav {
  border-radius: 1rem;
  margin: 16px 16px 0 16px;
  background-color: #fff;
  /* height: 96.68px; */
  box-shadow: 0px -1px 10px 0px #070E4615;
}

.header-main .header-container-nav .cont_menu_header{
  height:96.8px;
}

.header-main .header-container-nav .row {
  position: relative;
  padding: 0px;
  /*Header menu principal*/
  /*Header buscador*/ }

.header-main .header-container-nav .row .headerNav {
  margin: 0px;
  z-index: 2; 
}

/* NUEVO MENU */

.container-fluid.header-main{
    padding: 0;
}

.header-main .header-container-nav .row .headerNav .content-icons {
    display: flex;
    height: 100%;
    justify-content: flex-end;
    align-items: center;
}

@media (max-width: 991px){
    .header-main .header-container-nav .row .headerNav .opensearch{
        display: none !important;
    }
}

.header-main .header-container-nav .row .headerNav .opensearch{
    margin-right: 15px;
}

.header-main .header-container-nav .row .headerNav .opensearch i{
    top: 3px;
    position: relative;
}

.header-main .header-container-nav .row .headerNav .opensearch i:before{
    color: #001391;
    font-size: 22px;
}

.header-main .header-container-nav .row .headerNav .opensearch i:hover:before{
  color: #070E46;
}

.header-main .header-container-nav .row .headerNav .opensearch,
.header-main .header-container-nav .row .headerNav .openmenu{
    cursor: pointer;
}

.header-main .header-container-nav .row .headerNav .openmenu .cont-icon-nav_menu,
.header-main .header-container-nav .row .headerNav .openmenu .cont-icon-nav_close {
    display: flex;
    align-items: center;
}

.header-main .header-container-nav .row .headerNav .openmenu .cont-icon-nav_menu:hover span,
.header-main .header-container-nav .row .headerNav .openmenu .cont-icon-nav_menu:hover i:before,
.header-main .header-container-nav .row .headerNav .openmenu .cont-icon-nav_close:hover span,
.header-main .header-container-nav .row .headerNav .openmenu .cont-icon-nav_close:hover i:before {
    color: #070E46;
}



@media screen and (max-width: 991px){
  .header-main .header-container-nav .row .headerNav .openmenu i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
  }
  .header-main .header-container-nav .row .headerNav .openmenu i:before {
    font-size: 30px;
  }
  .header-main .header-container-nav .row .headerNav .openmenu i.spherica-close {
    font-size: 22px;
  }
  .header-main .header-container-nav .row .headerNav .openmenu .cont-icon-nav_close {
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 992px){
  .header-main .header-container-nav .row .headerNav .openmenu i{
    font-size: 22px;
    padding-left: 7px;
    position: relative;
    top: 3px;
  }
}

.header-main .header-container-nav .row .headerNav .openmenu i:before{
    color: #001391;
}

.header-main .header-container-nav .row .headerNav .openmenu span {
    font-family: 'BentonMedium';
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: right;
    color: #001391;

}
@media screen and (max-width: 768px) {
  .header-main .header-container-nav .row .headerNav .openmenu span {
    font-size: 12px;
  }
}


.headerNav .headerMenuCont {
  display: flex;
  justify-content: flex-end;
}

.headerNav .row {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.headerNav .headerNav_menu {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.lista_menuTools {
    margin-top: 14px;
}
.headerNav .row ul li {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-weight: 500;
    color: #FFFFFF;
    font-size: 12px;
    font-family: 'BentonBold';
    display: inline;
}

.headerNav .row ul.lista_menuTools li.itemLista_idioma a.active {
    display: inline-block;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.headerNav .row ul.lista_menuTools li.itemLista_idioma a {
    margin-right: 10px;
}
.headerNav .row ul li a {
    color: #FFFFFF;
}
.headerNav .row ul.lista_menuTools li.itemLista_idioma a:last-child {
    margin-right: 0px;
}
.headerNav .row ul.lista_menuTools li.itemLista_idioma a.inactive {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
}


@media (max-width: 991px){
  .header-main .header-container-nav .row .headerNav .headerMenu{
		padding-top:5px; 
	}
  .header-main .header-container-nav .row .headerNav .openmenu .cont-icon-nav_menu,
  .header-main .header-container-nav .row .headerNav .openmenu .cont-spherica-close {
    flex-direction: column-reverse;
  }
  .headerNav .headerMenuCont {
    flex-direction: row-reverse;
  }
  .header-main .header-container-nav .row .headerNav .headerMenu .headerRRSS {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 20px;
  }
  .header-main .header-container-nav .row .headerNav .headerMenu .headerRRSS .lista_enlacesHeaderSocial {
    margin: 0;
  }
  .header-main .header-container-nav .row .headerNav .headerMenu .headerRRSS .lista_enlacesHeaderSocial li {
    display: block;
    width: 32px;
    height: 32px;
  }
  .header-main .header-container-nav .row .headerNav .headerMenu .headerRRSS .lista_enlacesHeaderSocial li a i::before {
    font-size: 32px;
  }
  .header-main .header-container-nav .row .headerNav .headerMenu .headerRRSS .lista_enlacesHeaderSocial .spherica-linked-in-simple {
    top: 0px;
  }
}
@media (min-width: 991px){
  .header-main .header-container-nav .row .headerNav .headerMenu{
		padding-top:15px; 
	}
  .header-main .header-container-nav .row .headerNav .headerMenu .headerRRSS .lista_enlacesHeaderSocial {
    margin-left:15px;
  }
  .header-main .header-container-nav .row .headerNav .headerMenu .headerRRSS .lista_enlacesHeaderSocial li {
    display: inline;
    font-size:18px;
  }
  .header-main .header-container-nav .row .headerNav .headerMenu .headerRRSS .lista_enlacesHeaderSocial li:last-child {
    margin-right: 0px; }
  .header-main .header-container-nav .row .headerNav .headerMenu .headerRRSS .lista_enlacesHeaderSocial .spherica-linked-in-simple {
    top: 4px;
    font-size: 22px;
    position: relative;
  }
  .header-main .header-container-nav .row .headerNav .headerMenu .headerRRSS {
    justify-content: flex-end;
    text-align: right; }
}
.headerNav .row ul.lista_menuTools li.itemLista_idioma a.inactive {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
}

.header-main .header-container-nav .row .headerNav .headerMenu .headerRRSS .lista_enlacesHeaderSocial a:hover .spherica-linked-in-simple:before {
  color: #070E46;
}

.header-main .header-container-nav .row .headerNav .headerMenu .headerRRSS .lista_enlacesHeaderSocial li a:hover i:before {
  color: #d4edfc;
  text-decoration: none; }

.header-main .header-container-nav .row .headerNav .headerMenu .headerRRSS .lista_enlacesHeaderSocial li a:hover i:before {
    color: #d4edfc;
    text-decoration: none; }

.header-main .header-container-nav .row .headerNav .headerMenu .headerRRSS .lista_enlacesHeaderSocial li a i::before {
  color: #001391;
}

/* FIN NUEVO MENU */

.header-main .header-container-nav .row .headerNav .headerNav_menuPrincipal{
  height: 100%;
 }


.header-main .header-container-nav .row .headerNav .headerNav_menuPrincipal ul li {
  margin: 0;
  margin-right: 25px;
  display: flex;
  line-height: 24px;
  height: 100%;
 }

.header-main .header-container-nav .row .headerNav .headerNav_menuPrincipal ul li a {
  font-family: 'BBVA-Medium';
  font-size: 15px;
  color: #001391;
  margin: auto;
}

.header-main .header-container-nav .row .headerNav .headerNav_menuPrincipal #menuPrincipal li:not(.active) a {
  border-bottom: 2px solid transparent;
}

.header-main .header-container-nav .row .headerNav .headerNav_menuPrincipal ul li a:hover{
  color: #070E46;
  /* border-bottom: 1px solid !important; */
}

.header-main .header-container-nav .row .headerNav .headerNav_menuPrincipal ul li a .first-text{
  font-size: 13px;
  line-height: 12px;
}

.header-main .header-container-nav .row .headerNav .headerNav_menuPrincipal ul li a .second-text{
  font-size: 15px;
  line-height: 15.6px;
}

.header-main .header-container-nav .row .headerNav .headerNav_menuPrincipal ul li.active > a {
  color: #070E46;
  border-bottom: 2px solid;
} 

.header-main .header-container-nav .row .headerNav .headerNav_menuPrincipal ul li:last-child {
  margin-right: 0px; }

.header-main .header-container-nav .row .headerNav .headerNav_menuPrincipal ul.sub-menu {
    position: absolute;
    color: #ffffff;
    background-color: #F7F8F8;
    top: 90px;
    left: 0;
    display: none;
    flex-direction: column;
    padding: 24px 16px;
    margin: 0;
    border-radius: 1rem;
    box-shadow: 0px -1px 10px 0px #070E4626;
}

.header-main .header-container-nav .row .headerNav .headerNav_menuPrincipal ul.sub-menu.deactive {
  display: none !important;
}
.header-main .header-container-nav .row .headerNav .headerNav_menuPrincipal ul li.menu-item-has-children:hover ul.sub-menu{
  display: flex;
}
.header-main .header-container-nav .row .headerNav .headerNav_menuPrincipal ul {
  margin: 0;
  height: auto;
  display: flex;
  position: relative;
}

.header-main .header-container-nav .row .headerNav .headerNav_menuPrincipal ul.sub-menu li {
  background-color: #F7F8F8;
  padding: 8px;
  margin: 0;
  height: auto;
}

.header-main .header-container-nav .row .headerNav .headerNav_menuPrincipal ul.sub-menu li:first-child {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.header-main .header-container-nav .row .headerNav .headerNav_menuPrincipal ul.sub-menu li:last-child {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.header-main .header-container-nav .row .headerNav .headerNav_menuPrincipal ul.sub-menu li a:hover {
  border: none;
}

.header-main .header-container-nav .row .headerNav .headerNav_menuPrincipal ul.sub-menu li a{
  margin: 0;
}

.header-main .header-container-nav .row .headerNav .headerNav_menuPrincipal ul.sub-menu li a{
  margin: 0;
}

.header-main .header-container-nav .row .headerNav .headerNav_menuPrincipal ul.sub-menu li:last-child {
  border: none;
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
  .header-main .header-container-nav .row .headerNav .headerNav_menuPrincipal ul {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .header-main .header-container-nav .row .headerNav .headerNav_menuPrincipal .headerNav_menuPrincipal {
    display: none; } 
  .headerLogo_titulo .logo_BBVA_new {
    width: auto;
    height: 54px; }
  .header-main .headerLogo .headerLogo_titulo a {
    text-align: center;
  }
}


.header-main .header-container-nav .row .headerNav .headerNav_menuLateral {
  display: none; }

/* .header-main .header-container-nav .row .headerSearch {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 20px;
  padding: 0; 
} */

.header-main .header-container-nav .row .headerSearch i:before {
  font-size: 20px;
  color: #ffffff;
  cursor: pointer; }

.header-main .header-container-nav .h-100 {
    height: 100%;
}

.header-main .searchContent {
  /* position: absolute; */
  width: 98.3%;
  /* border-bottom-right-radius: 1rem; */
  /* border-bottom-left-radius: 1rem; */
  border-radius: 1rem;
  height: 74px;
  z-index: 0;
  top: 113px;
  left: 16px;
  background-color: #ffffff;
  color: #ffffff;
  /* box-shadow: 0px -1px 10px 0px #070E4626; */
  display: none;
  opacity: 0;
}

.header-main .searchContent .content_buscador .row {
  height: 64px; }

.header-main .searchContent .content_buscador .formSearch {
  height: 64px; }

.header-main .searchContent .content_buscador .formGroup_text .awesomplete {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 64px; }

.header-main .searchContent .content_buscador .formGroup_text .awesomplete mark {
  background: rgba(27, 127, 204, 0.5); }

.header-main .searchContent .content_buscador .formGroup_text .awesomplete > ul {
  background-color: rgba 255, 255, 255, 1;
  background: linear-gradient(to bottom right, white, white);
  opacity: 1;
  border: 0px solid #ffffff;
  top: 60px;
  border-radius: 0px;
  padding: 10px 0px; }

.header-main .searchContent .content_buscador .formGroup_text .awesomplete > ul:before {
  display: none; }

.header-main .searchContent .content_buscador .formGroup_text .awesomplete > ul li {
  padding: 3px 0px;
  color: #121212;
  margin-left: 30px;
  font-family: 'BentonLight', sans-serif;
  font-size: 15px; }

.header-main .searchContent .content_buscador .formGroup_text input.formText {
  width: 95%;
  padding: 12px 16px 12px 45px;
  border-radius: 8px;
  border: 2px solid #47536D;
  font-size: 15px;
  font-family: 'BentonBook', sans-serif;
  color: #070E46;
}

.header-main .searchContent .content_buscador .formGroup_text input.formText:focus {
  border-color: #001391;
}

.header-main .searchContent .content_buscador .formGroup_text input::-moz-placeholder {
  font-family: 'BentonBook', sans-serif;
  font-size: 15px;
  color: #47536D; }

.header-main .searchContent .content_buscador .formGroup_text input:-ms-input-placeholder {
  font-family: 'BentonBook', sans-serif;
  font-size: 15px;
  color: #47536D; }

.header-main .searchContent .content_buscador .formGroup_text input::placeholder {
  font-family: 'BentonBook', sans-serif;
  font-size: 15px;
  color: #47536D; }

.header-main .searchContent .content_buscador .formGroup_text i.spherica-search {
  font-size: 22px;
  position: absolute;
  top: 24%;
  left: 18px; }

.header-main .searchContent .content_buscador .formGroup_text #clearSearchLauncher:hover i:before,
.header-main .searchContent .content_buscador .formGroup_text #searchLauncher:hover i:before {
  color: #070E46;
}

.header-main .searchContent .content_buscador .formGroup_text i.spherica-close.clear_text {
  font-size: 20px;
  position: absolute;
  top: 24%;
  right: 75px;
  display: none;
}

.header-main .searchContent .content_buscador .formGroup_text i.spherica-search::before {
  color: #001391; }

.header-main .searchContent .content_buscador .formGroup_text .form_botones .boton {
  height: 65px;
  padding: 0px 50px;
  position: absolute;
  top: 0;
  right: 10%; }

.header-main .searchContent .content_buscador .formGroup_text .close_search {
  position: absolute;
  top: 14%;
  right: 0%;
  cursor: pointer;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  background-color: #f7f8f8;
  border-radius: 50%; }

.header-main .searchContent .content_buscador .formGroup_text .close_search .spherica-close {
  font-size: 24px;
    width: 24px;
    height: 24px;
    display: flex;
    align-self: center;
    top: 1px;
    left: .5px; }

.header-main .searchContent .content_buscador .formGroup_text .close_search:hover .spherica-close:before {
  color: #070E46;
}
.panelNavMenu .lista_menuPrincipal li {
  border-bottom: 1px solid white;
}
.panelNavMenu .lista_menuPrincipal a {
    padding: 10px 0;
    display: block;
    color: white;
}

.panelNavMenu .lista_menuPrincipal .sub-menu {
  padding-left: 1rem;
}

.panelNavMenu .lista_menuPrincipal .sub-menu li{
  border: none;
}
/**************************
	media queries
	***************************/
@media screen and (max-width: 991px) {
  .header-main .header-container-nav .row .headerNav .headerNav_menuPrincipal ul li {
    margin: 0 50px 0 0; }
  .header-main .header-container-top .headerTools .row ul.lista_menuTools li.itemLista_lectura {
    margin-right: 10px; } }

@media screen and (max-width: 991px) {
  .header-main {
    z-index: 1003;
    height: 70px;
    /* buscador */ }
  .header-main .header-container-top {
    height: 70px;
    /*Header logo*/
    /*Header tools*/ }
  .header-main .header-container-top .headerLogo {
    padding: 0px; }
  .header-main .header-container-top .headerLogo .headerLogo_titulo {
    margin: 10px 0px 0px 0px;
    text-align: center; }
  .header-main .header-container-top .headerLogo .headerLogo_titulo a .icon-logo_BBVA {
    position: relative;
    z-index: 3;
    top: 4px;
    margin-right: 0px;
    margin-left: 0px; }
  .header-main .header-container-top .headerLogo .headerLogo_titulo a .icon-logo_BBVA:before {
    color: #ffffff;
    font-size: 20px; }
  .header-main .header-container-top .headerLogo .headerLogo_titulo a .headerLogo_marca {
    font-size: 17px;
    line-height: 24px;
    position: relative;
    z-index: 3;
    top: 1px; }
  .header-main .header-container-top .headerLogo .headerLogo_titulo a .headerLogo_marca:after {
    top: -12px;
    width: 6px;
    height: 6px; }
  .header-main .header-container-top .headerTools {
    display: none; }
  .header-main .header-container-nav {
    display: flex;
    flex-direction: column;
    background-color: #F7F8F8;
    margin: 0;
    height: auto;
    padding: 16px;
    border-radius: inherit;
  }

  .header-main .header-container-nav .cont_menu_header{
    height: auto;
  }

  .header-main .header-container-nav .row {
    position: relative;
    padding: 0px;
    display: flex;
    justify-content: space-between;
    align-items: normal;
    /*Header menu principal*/
    /*Header buscador*/ }
  .header-main .header-container-nav .row .headerNav {
    margin: 0px;
    z-index: 2;
    padding: 0px;
    display: flex;
    align-self: center;
    justify-content: flex-end;}
  .header-main .header-container-nav .row .headerNav .headerNav_menuPrincipal {
    display: none; }
  .header-main .header-container-nav .row .headerNav .headerNav_menuLateral {
    display: block;
    position: absolute;
    top: -35px;
    left: 0px;
    cursor: pointer; }
  .header-main .header-container-nav .row .headerNav .headerNav_menuLateral i {
    position: relative;
    z-index: 3;
    top: -9px;
    padding-left: 15px; }
  .header-main .header-container-nav .row .headerNav .headerNav_menuLateral i:before {
    color: #ffffff;
    font-size: 20px; }
  .header-main .header-container-nav .row .headerSearch {
    position: absolute;
    right: 16px;
    cursor: pointer; }
  .header-main .header-container-nav .row .headerSearch i {
    position: relative;
    z-index: 3;
    padding-right: 15px; }
  .header-main .header-container-nav .row .headerSearch i:before {
    font-size: 20px;
    color: #ffffff; }
  .header-main .searchContent {
    position: absolute;
    width: 100%;
    height: 65px;
    z-index: 3;
    top: 70px;
    left: 0;
    background-color: #004481;
    color: #ffffff;
    display: none; }
  .header-main .searchContent .content_buscador .row {
    height: 65px; }
  .header-main .searchContent .content_buscador .formSearch {
    height: 65px; }
  .header-main .searchContent .content_buscador .formGroup_text i.spherica-search {
    position: absoluet;
    left: 0;
    background-color: #004481;
    padding: 5px;
    font-size: 15px;
    cursor: pointer; }
  .header-main .searchContent .content_buscador .formGroup_text .form_botones .boton {
    height: 65px;
    padding: 0px 50px;
    position: absolute;
    top: 0;
    right: 10%;
    display: none; }

    .panelNavMenu .lista_menuPrincipal .first-text, .panelNavMenu .lista_menuPrincipal br {
      display: none;
  }
  /*Header buscador*/ }

@media screen and (max-width: 991px) {
  .header-main .searchContent {
    position: absolute;
    width: 100%;
    height: 65px;
    z-index: 3;
    top: 70px;
    left: 0;
    background-color: #004481;
    color: #ffffff;
    display: none; }
  .header-main .searchContent .content_buscador .row {
    height: 65px; }
  .header-main .searchContent .content_buscador .formSearch {
    height: 65px; }
  .header-main .searchContent .content_buscador .formGroup_text i.spherica-search {
    position: absoluet;
    left: 0;
    background-color: #00288F;
    padding: 5px;
    font-size: 15px;
    cursor: pointer; }
  .header-main .searchContent .content_buscador .formGroup_text .form_botones .boton {
    height: 65px;
    padding: 0px 50px;
    position: absolute;
    top: 0;
    right: 10%;
    display: none; } }

/*.header-main {background-position:50% 0px;background-image:url(../../images/grid/headerLog.png);background-repeat: no-repeat;}*/
/*.header-main {background-position:0px 0px;background-image:url(../../images/grid/header_xs.png);background-repeat: no-repeat;}*/
/*********************************
		panel_menuLateral.css
*********************************/
.panelNavegacion {
  display: none;
  width: 100%;
  height: 100vh;
  z-index: 700;
  margin: 0 auto;
  background-color: #ffffff;
  position: absolute;
  overflow: auto;
  /**************************
	media queries
	***************************/ }

.panelNavegacion .container {
  background-color: #072146;
  color: #ffffff;
  padding-top: 16px;
  width: 100%;
  min-height: 100vh;
  max-width: 100%; }

.panelNavegacion .container .panelNavCerrar .close_panelNavMovil i {
  position: relative;
  top: 10px; }

.panelNavegacion .container .panelNavCerrar .close_panelNavMovil i:before {
  color: #ffffff;
  font-size: 18px; }

.panelNavegacion .container .panelNavLogo .logo_panelNavMovil {
  text-align: center;
  margin-top: -6px; }

.panelNavegacion .container .panelNavLogo .logo_panelNavMovil i {
  margin: 0px auto;
  display: inline-block;
  top: -2px; }

.panelNavegacion .container .panelNavLogo .logo_panelNavMovil i:before {
  color: #ffffff;
  font-size: 20px; }

.panelNavegacion .container .panelNavLogo .logo_panelNavMovil .headerLogo_marca {
  font-size: 17px;
  line-height: 24px;
  font-family: 'BentonBook', sans-serif;
  color: #ffffff;
  display: inline-block;
  position: relative;
  top: -5px; }

.panelNavegacion .container .panelNavLogo .logo_panelNavMovil .headerLogo_marca:after {
  content: '';
  background-color: #00a4b7;
  color: #00a4b7;
  width: 6px;
  height: 6px;
  position: relative;
  top: -12px;
  display: inline-block;
  font-size: 8px; }

.panelNavegacion .container .panelNavUser .user_panelNavMovil i {
  position: relative;
  top: 2px; }

.panelNavegacion .container .panelNavUser .user_panelNavMovil i:before {
  color: #f8cd51;
  font-size: 18px; }

.panelNavegacion .container .panelNavMenu .lista_menuNavPpal {
  margin-top: 32px; }

.panelNavegacion .container .panelNavMenu .lista_menuNavPpal li {
  width: 100%;
  border-bottom: 1px solid #344967; }

.panelNavegacion .container .panelNavMenu .lista_menuNavPpal li a {
  color: #ffffff;
  padding: 20px 24px;
  display: block;
  width: 100%; }

.panelNavegacion .container .mobilenav-tools {
  padding: 20px 0 20px 20px;
  display: block; }

.panelNavegacion .container .mobilenav-tools__item:not(:first-child) {
  margin-top: 20px; }

.panelNavegacion .container .mobilenav-tools__item a {
  display: flex;
  position: relative; }

.panelNavegacion .container .mobilenav-tools__item [class*='icon-']:before {
  font-size: 18px; }

.panelNavegacion .container .mobilenav-tools__item a,
.panelNavegacion .container .mobilenav-tools__item [class*='icon-']:before {
  color: #ffffff; }

.panelNavegacion .container .mobilenav-tools__item--alternative a,
.panelNavegacion .container .mobilenav-tools__item--alternative [class*='icon-']:before {
  color: #f8cd51; }

.panelNavegacion .container .mobilenav-tools__item--reading-list {
  position: relative; }

.panelNavegacion .container .mobilenav-tools__item--reading-list [class*='icon-']:before {
  font-size: 21px;
  opacity: 0.6; }

.panelNavegacion .container .mobilenav-tools__item--reading-list .mobilenav-tools__label,
.panelNavegacion .container .mobilenav-tools__item--reading-list [class*='icon-']:before {
  opacity: 0.6; }

.panelNavegacion .container .mobilenav-tools__item .lecturaNum {
  width: 17px;
  height: 17px;
  background: #f8cd51;
  border-radius: 8.5px;
  font-family: 'BentonBold', sans-serif;
  font-size: 9px;
  line-height: 19px;
  color: #072146;
  position: absolute;
  top: -5px;
  left: 14px;
  text-align: center; }

.panelNavegacion .container .mobilenav-tools__label {
  padding-left: 15px;
  font-family: 'BentonBook', sans-serif; }

.panelNavegacion .container .panelNavIdiomas {
  position: relative;
  bottom: 16px;
  left: 0px;
  text-align: right; }

.panelNavegacion .container .panelNavIdiomas .lista_menuIdiomas {
  margin-top: 32px; }

.panelNavegacion .container .panelNavIdiomas .lista_menuIdiomas li {
  display: inline;
  margin-right: 10px;
  padding-right: 10px; }

.panelNavegacion .container .panelNavIdiomas .lista_menuIdiomas li a {
  font-size: 16px;
  line-height: 24px;
  font-family: 'BentonMedium', sans-serif;
  color: #ffffff; }

.panelNavegacion .container .panelNavIdiomas .lista_menuIdiomas li a.active {
  display: inline-block;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: alpha(opacity=100); }

.panelNavegacion .container .panelNavIdiomas .lista_menuIdiomas li a.inactive {
  opacity: 0.6;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
  filter: alpha(opacity=60); }

.panelNavegacion .container .panelNavIdiomas .lista_menuIdiomas li a:hover {
  text-transform: none;
  color: #121212; }

.panelNavegacion .container .panelNavIdiomas .lista_menuIdiomas li a:last-child {
  margin-right: 0px; }

.panelNavegacion .container .panelNavIdiomas .lista_menuIdiomas li:first-child {
  border-right: 1px solid #354a68; }

@media screen and (max-width: 991px) {
  .panelNavegacion .panelNavegacion .container {
    max-width: 100%; } 
    main {
      margin-top: 111px; }
    }

@media screen and (max-width: 576px) {
  .panelNavegacion .panelNavegacion .container {
    max-width: 100% !important; } }

/*modulos*/
/* modulos form > CHECKBOX */
.formGroup_checkbox input[type='checkbox'] {
  display: none; }

.formGroup_checkbox input[type='checkbox'] + label {
  display: inline-block;
  height: 30px;
  padding: 5px 0 0 30px;
  margin: 0px;
  background: url("../images/modulos/form/bgwhite_checkbox_unselected.png") no-repeat;
  background-position: 0px 0px; }

.formGroup_checkbox input[type='checkbox']:checked + label {
  background: url("../images/modulos/form/bgwhite_checkbox_selected.png") no-repeat; }

.formGroup_checkbox.bggrey input[type='checkbox'] + label {
  background: url("../images/modulos/form/bggrey_checkbox_unselected.png") no-repeat;
  color: #121212; }

.formGroup_checkbox.bggrey input[type='checkbox']:checked + label {
  background: url("../images/modulos/form/bggrey_checkbox_selected.png") no-repeat; }

.formGroup_checkbox .form_checkbox_errorCheck {
  display: none; }

.formGroup_checkbox.error .form_checkbox_errorCheck {
  display: block; }

.formGroup_checkbox.was-validated input[type='checkbox'] + label {
  display: inline-block;
  height: 30px;
  padding: 5px 0 0 30px;
  margin: 0px;
  background: url("../images/modulos/form/bgwhite_checkbox_error.png") no-repeat;
  background-position: 0px 0px; }

.formGroup_checkbox.was-validated input[type='checkbox']:checked + label {
  background: url("../images/modulos/form/bgwhite_checkbox_selected.png") no-repeat; }

/* modulos form > CHECKBOX */
.formGroup_radio input[type='radio'] {
  display: none; }

.formGroup_radio label {
  font-family: 'BentonBook', sans-serif;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0;
  color: #121212; }

.formGroup_radio input[type='radio'] + label {
  display: inline-block;
  height: 30px;
  padding: 0px 10px 0 35px;
  margin: 0px;
  background: url("../images/modulos/form/bgwhite_radio_unselected.png") no-repeat;
  background-position: 3px 0px; }

.formGroup_radio input[type='radio']:checked + label {
  background: url("../images/form/bgwhite_radio_selected.png") no-repeat; }

.formGroup_radio.bggrey input[type='radio'] + label {
  background: url("../images/modulos/form/bggrey_radio_unselected.png") no-repeat; }

.formGroup_radio.bggrey input[type='radio']:checked + label {
  background: url("../images/form/bggrey_radio_selected.png") no-repeat; }

.formGroup_radio .form_radio_errorCheck {
  display: none; }

.formGroup_radio.error .form_radio_errorCheck {
  display: block; }

/* modulos form > CHECKBOX */
.form_botones .boton {
  background-color: #00288F;
  border: 0px;
  font-family: 'BentonBold', sans-serif;
  color: #ffffff;
  font-size: 15px;
  line-height: 16px;
  text-align: center;
  padding: 20px 30px;
  height: 56px;
  cursor: pointer; }

.form_botones .boton:hover {
  background-color: #1464a5; }

.form_botones .boton:disabled {
  background-color: #e9e9e9;
  color: #bdbdbd; }

.form_botones .boton_link {
  font-family: 'BentonBold', sans-serif;
  color: #00288F;
  font-size: 15px;
  line-height: 16px; }

.form_botones .boton_link:hover {
  color: #1464a5; }

.partial_sliderHome .boton {
  background-color: #072146;
  border: 0px;
  color: #ffffff;
  font-size: 15px;
  line-height: 16px;
  padding: 20px 30px;
  height: 56px;
  cursor: pointer; }

.partial_sliderHome .boton:hover {
  background-color: #1464a5; }

.partial_sliderHome .boton:disabled {
  background-color: #e9e9e9;
  color: #bdbdbd; }

.partial_sliderHome .boton_link {
  font-family: 'BentonBold', sans-serif;
  color: #00288F;
  font-size: 15px;
  line-height: 16px; }

.partial_sliderHome .boton_link:hover {
  color: #1464a5; }

/* modulos form > CHECKBOX */
.formGroup_text {
  position: relative; }

.formGroup_text.bggrey {
  background: #f4f4f4; }

.formGroup_text.bgwhite {
  background: #ffffff; }

.formGroup_text .formText {
  width: 100%;
  height: 48px;
  background: transparent;
  /* border: none;
  border-radius: 1px;
  border-bottom: 1px solid #666666;
  font-size: 16px;
  padding: 18px 15px 0 15px;  */
}

.formGroup_text .formText:focus {
  outline: none; }

.formGroup_text .formText:focus ~ label {
  top: 10px;
  font-size: 12px;
  line-height: 1.08;
  color: #666666; }

.formGroup_text .formText.bggrey {
  background: #f4f4f4; }

.formGroup_text .formText.bgwhite {
  background: #ffffff; }

.formGroup_text .formTextLabel {
  font-size: 16px;
  line-height: 1;
  color: #bdbdbd;
  position: absolute;
  pointer-events: none;
  left: 15px;
  top: 10px;
  transition: 0.2s ease all; }

/* modulos form > SWITCH */
.formGroup_switch .formSwitch {
  display: none; }

.formGroup_switch .formSwitch:focus + .formSwitch_slider {
  box-shadow: 0 0 1px #00288F; }

.formGroup_switch .formSwitch:checked + .formSwitch_slider:before {
  transform: translateX(18px);
  background-color: #00288F; }

.formGroup_switch .formSwitch_text {
  display: block; }

.formGroup_switch .formSwitchLabel {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
  margin: 0; }

.formGroup_switch .formSwitch_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d3d3d3;
  transition: 0.4s;
  border-radius: 100px; }

.formGroup_switch .formSwitch_slider::before {
  position: absolute;
  content: '';
  height: 22px;
  width: 22px;
  left: 0;
  bottom: 1px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%; }

/*the container must be positioned relative:*/
/*pages*/
/*********************************
		home.css
*********************************/
#page_home #section_publicacionesUltimas {
  background-color: #F7F8F8;
  display: block; }

#page_home #section_publicacionesUltimasEsp {
  background-color: #F7F8F8;
  display: block; }

.component_publicacionesUltimas {
  background-color: #F7F8F8; }

.component_publicacionesUltimas .section_title {
  padding-bottom: 0px;
  margin-bottom: 30px; }

.component_publicacionesUltimas .partial_filtros {
  min-height: 20px; }

.component_publicacionesUltimasEsp.grey {
  background-color: #F7F8F8; }

.component_publicacionesUltimasEsp.white {
  background-color: #ffffff; }



  @media (max-width: 991px) {
    .component_publicacionesUltimasEsp .section_title {
      padding-bottom: 0px;
      margin-bottom: 24px; }
  }
  @media (min-width: 992px) {
    .component_publicacionesUltimasEsp .section_title {
      padding-bottom: 0px;
      margin-bottom: 48px; }
  }

.component_publicacionesUltimasEsp .partial_filtros {
  min-height: 20px; }

/*********************************
		publicaciones.css
*********************************/
#page_publicaciones {
  background-color: #f4f4f4; }

#page_publicaciones #section_publicaciones {
  display: block; }

/*********************************
		publicaciones.css
*********************************/
#detalle_publicacion .modalVideoDescargas.show .modal-dialog-video {
  transition: transform 0.3s ease-out, max-width 0.6s ease-out 0.3s; }

#detalle_publicacion .modalVideoDescargas.show .modal-dialog-video.expandedVideo {
  max-width: 750px; }

#detalle_publicacion #article_publicacionDetalle .partial_detalle-header-mobile {
  display: none; }

#detalle_publicacion #article_publicacionDetalle > .container {
  padding: 56px 128px 0px 128px; }

#detalle_publicacion #article_publicacionDetalle > .container .detalle_block_intro {
  display: block;
  width: 100%;
  margin-bottom: 0px;
  float: left; }

#detalle_publicacion #article_publicacionDetalle > .container .detalle_block_intro .detalle_block_intro_info {
  display: flex;
  justify-content: space-between; }

#detalle_publicacion #article_publicacionDetalle > .container .detalle_block_intro .detalle_date {
  width: 70%; }

#detalle_publicacion #article_publicacionDetalle > .container .detalle_block_intro .detalle_numDoc {
  width: 30%;
  text-align: right; }

#detalle_publicacion #article_publicacionDetalle > .container .detalle_block_intro .detalle_title {
  float: left; }

#detalle_publicacion #article_publicacionDetalle > .container .detalle_block {
  display: block;
  width: 100%;
  margin-bottom: 20px; }

#detalle_publicacion #article_publicacionDetalle > .container .detalle_block.sp_line {
  border-bottom: 1px solid #dadada;
  padding-bottom: 20px;
  margin-bottom: 20px; }

#detalle_publicacion #article_publicacionDetalle > .container .detalle_block.iframe-image {
  margin-top: 35px;
  margin-bottom: 40px; }

#detalle_publicacion #article_publicacionDetalle > .container .detalle_block .detalle_text_intro,
#detalle_publicacion #article_publicacionDetalle > .container .detalle_block .detalle_text {
  font-size: 19px;
  line-height: 23px;
  padding-bottom: 0px; }

#detalle_publicacion #article_publicacionDetalle > .container .detalle_block h2.hide {
  overflow: hidden;
  white-space: nowrap;
  width: 0px; }

#detalle_publicacion #article_publicacionDetalle > .container .detalle_block .partial_video {
  margin: 40px 0px 40px 0px; }

#detalle_publicacion #article_publicacionDetalle > .container .detalle_block .partial_descripcion {
  margin: 30px 0px; }

#detalle_publicacion #article_publicacionDetalle > .container .detalle_block .partial_descripcion h3 {
  font-family: 'BentonBook', sans-serif;
  font-size: 22px;
  line-height: 27px;
  letter-spacing: 0.02px;
  color: #121212;
  padding: 0px 0px 20px 0px;
  margin: 20px 0 0px 0px;
  text-align: left; }

#detalle_publicacion #article_publicacionDetalle > .container .detalle_block .partial_descripcion h3:first-child {
  margin-top: 10px; }

#detalle_publicacion #article_publicacionDetalle > .container .detalle_block .partial_descripcion p {
  font-family: 'BentonBook', sans-serif;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #666666;
  padding: 0px 0px 8px 0px;
  margin: 0px;
  text-align: left;
  overflow-wrap: break-word; }

#detalle_publicacion #article_publicacionDetalle > .container .detalle_block .partial_descripcion ul,
#detalle_publicacion #article_publicacionDetalle > .container .detalle_block .partial_descripcion ol {
  font-size: 15px;
  margin: 10px 20px 20px 20px;
  padding-left: 20px; }

#detalle_publicacion #article_publicacionDetalle > .container .detalle_block .partial_descripcion ul li,
#detalle_publicacion #article_publicacionDetalle > .container .detalle_block .partial_descripcion ol li {
  margin-bottom: 15px;
  position: relative; }

#detalle_publicacion #article_publicacionDetalle > .container .detalle_block .partial_descripcion ul li:before {
  content: '·';
  color: #333;
  font-size: 42px;
  position: absolute;
  left: -20px;
  top: -1px; }

#detalle_publicacion
#article_publicacionDetalle
> .container
.detalle_block
.partial_lista_downloadArch
ul.lista_downloadArch
li {
  height: 40px;
  margin-right: 10px; }

#detalle_publicacion
#article_publicacionDetalle
> .container
.detalle_block
.partial_lista_downloadArch
ul.lista_downloadArch
li
.downloadArch_trianguloIcono {
  width: 40px;
  height: 40px; }

#detalle_publicacion
#article_publicacionDetalle
> .container
.detalle_block
.partial_lista_downloadArch
ul.lista_downloadArch
li
.downloadArch_trianguloIcono::before {
  border-top-width: 40px;
  border-right-width: 40px;
  left: -3px;
  top: 30px; }

#detalle_publicacion
#article_publicacionDetalle
> .container
.detalle_block
.partial_lista_downloadArch
ul.lista_downloadArch
li
a
span {
  padding: 5px 12px 5px 10px;
  vertical-align: text-bottom;
  border-right: 1px solid #00288F; }

#detalle_publicacion
#article_publicacionDetalle
> .container
.detalle_block
.partial_lista_downloadArch
ul.lista_downloadArch
li
i {
  top: 2px; }

#detalle_publicacion
#article_publicacionDetalle
> .container
.detalle_block
.partial_lista_downloadArch
ul.lista_downloadArch
li
i::before {
  font-size: 22px; }

#detalle_publicacion
#article_publicacionDetalle
> .container
.detalle_block
.partial_lista_downloadArch
ul.lista_downloadArch
li
i.icon-commu_audio {
  top: -3px; }

#detalle_publicacion
#article_publicacionDetalle
> .container
.detalle_block
.partial_lista_downloadArch
ul.lista_downloadArch
li
i.icon-commu_audio:before {
  font-size: 12px;
  background-color: #00288F;
  color: #ffffff;
  border-radius: 50%;
  padding: 5px; }

#detalle_publicacion
#article_publicacionDetalle
> .container
.detalle_block
.partial_lista_downloadArch
ul.lista_downloadArch
li.audio
a:hover
i.icon-commu_audio:before {
  background-color: #004481; }

#detalle_publicacion
#article_publicacionDetalle
> .container
.detalle_block
.partial_lista_downloadArch
ul.lista_downloadArch
li:last-child
a
span {
  border-right: 0; }

.partial_lista_downloadArch a,
.partial_lista_partial_lista_playArch a {
  font-family: 'BBVA-Medium';
  font-size: 15.01px;
  line-height: 24px;
  color: #001391;
  display: flex;
}

.partial_lista_partial_lista_playArch a .icon-commu_audio {
  margin-right: 8px;
  color: #001391;
}

.partial_lista_partial_lista_playArch i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 23px;
  height: 23px;
  background-color: #001391;
  margin-right: 5px;
  border-radius: 50%;
}

.partial_lista_partial_lista_playArch i:before {
  color: #fff;
}

.partial_lista_downloadArch a:hover {
  color: #070E46;
}

#detalle_publicacion #article_publicacionDetalle > .container .detalle_block .partial_verMas .cardVermas {
  text-align: left;
  padding: 20px 0px 20px 0px; }

#detalle_publicacion #article_publicacionDetalle .partial_lista_etiquetas .lista_labels_group ul.lista_labels {
  display: block; }

#detalle_publicacion .component_publicacionesRelacionadas {
  background-color: #f4f4f4; }

#detalle_publicacion #section_infoCompartir {
  background-color: #f4f4f4;
  display: block;
  z-index: 1; }

#detalle_publicacion #section_infoUtil {
  border-top: 1px solid #f4f4f4;
  background-color: #ffffff;
  display: block;
  z-index: 10;
  position: relative; }

#detalle_publicacion #section_infoComentar {
  background-color: #e9e9e9;
  display: block;
  z-index: 10;
  position: relative; }

#detalle_publicacion #section_publicacionesRelacionadas.bggrey {
  background-color: #f4f4f4;
  display: block;
  position: relative; }

/**************************
media queries
***************************/
@media screen and (max-width: 992px) {
  #detalle_publicacion
#article_publicacionDetalle
> .container
.detalle_block
.partial_lista_downloadArch
ul.lista_downloadArch
li {
    width: 100%; }
  #detalle_publicacion
#article_publicacionDetalle
> .container
.detalle_block
.partial_lista_downloadArch
ul.lista_downloadArch
li
a
span {
    padding: 5px 12px 5px 10px;
    vertical-align: text-bottom;
    border-right: 0; } }

@media screen and (max-width: 768px) {
  #detalle_publicacion .modal-dialog {
    max-width: 750px; }
  #detalle_publicacion #article_publicacionDetalle {
    position: relative;
    padding-top: 50px; }
  #detalle_publicacion #article_publicacionDetalle > .container {
    padding: 0 30px 0 100px; }
  #detalle_publicacion #article_publicacionDetalle > .container .detalle_block_intro {
    margin-top: 28px; }
  #detalle_publicacion #article_publicacionDetalle > .container .detalle_block_intro .detalle_date {
    width: 100%;
    float: left; }
  #detalle_publicacion #article_publicacionDetalle > .container .detalle_block_intro .detalle_numDoc {
    width: 100%;
    float: left; }
  #detalle_publicacion #article_publicacionDetalle > .container .detalle_block .partial_video {
    margin-left: -15px;
    margin-right: -15px;
    /*width: 110%*/
    width: calc(100% + 30px); }
  #detalle_publicacion
#article_publicacionDetalle
> .container
.detalle_block
.partial_lista_etiquetas
.lista_labels {
    display: block; }
  #detalle_publicacion #article_publicacionDetalle > .container .detalle_block .partial_verMas .cardVermas {
    text-align: left;
    padding: 20px 0px 20px 0px; }
  #detalle_publicacion #section_publicacionesRelacionadas {
    background-color: #f4f4f4;
    display: block;
    position: relative; } }

@media screen and (max-width: 576px) {
  #detalle_publicacion #section_infoCompartir {
    display: none; }
  #detalle_publicacion #article_publicacionDetalle {
    position: relative;
    padding-top: 50px; }
  #detalle_publicacion #article_publicacionDetalle > .container {
    padding: 0px 20px 0 20px; }
  #detalle_publicacion #article_publicacionDetalle > .container .detalle_block_intro .detalle_block_intro_info {
    display: initial; }
  #detalle_publicacion #article_publicacionDetalle > .container .detalle_block_intro .detalle_numDoc {
    text-align: left; }
  #detalle_publicacion #article_publicacionDetalle .partial_detalle-header-mobile {
    display: block;
    position: fixed;
    top: 70px;
    z-index: 1002;
    width: 100%; }
  .modal-backdrop {
    z-index: 500; } }

/*********************************
		configCuenta.css
*********************************/
.page_configCuenta {
  position: relative; }

.page_configCuenta .page_title {
  font-family: 'BentonMedium', sans-serif;
  font-size: 32px; }

.page_configCuenta .section_configCuenta {
  padding: 65px 0;
  display: none; }

.page_configCuenta .section_configCuenta:first-of-type {
  display: block; }

.page_configCuenta .section_configCuenta .boton {
  font-family: 'BentonMedium', sans-serif; }

.page_configCuenta .alert-bbva {
  background-color: #f2fafe;
  color: #00288F;
  margin-bottom: 40px; }

.page_configCuenta .alert-bbva .icon-commu_alert:before {
  font-size: 20px;
  color: #00288F; }

.page_configCuenta .alert-bbva hr {
  border-top: 1px solid #00288F; }

.page_configCuenta .alert .icon-commu_alert:before {
  font-size: 20px;
  color: inherit; }

.page_configCuenta .alert hr {
  border-top: 1px solid inherit; }

.page_configCuenta .configCuenta_perfil {
  padding: 0 0 90px 0; }

.page_configCuenta .configCuenta_perfil_title {
  font-size: 30px;
  line-height: 1.33;
  color: #121212; }

.page_configCuenta .configCuenta_perfil_title.no-margin {
  margin: 0; }

.page_configCuenta .configCuenta_perfil .formGroup_switch {
  margin-bottom: 20px;
  display: flex; }

.page_configCuenta .configCuenta_perfil .formGroup_switch span {
  color: #121212;
  font-size: 16px; }

.page_configCuenta .configCuenta_baja {
  padding: 65px 0 20px 0;
  border-top: 1px solid #d3d3d3;
  color: #121212;
  font-size: 18px;
  line-height: 1.4; }

.page_configCuenta .configCuenta_baja_image {
  margin: -25px 0 10px 0; }

.page_configCuenta .configCuenta_baja_title {
  font-size: 33px; }

.page_configCuenta .configCuenta_baja_subtitle {
  font-family: 'BentonMedium', sans-serif;
  font-size: 24px;
  line-height: 1.33;
  margin-bottom: 50px; }

.page_configCuenta .configCuenta_baja_list {
  padding: 25px 0 0 0;
  position: relative; }

.page_configCuenta .configCuenta_baja_list .icon-others_point {
  width: 10px;
  top: 3px;
  position: absolute;
  z-index: 10;
  -khtml-transform: rotate(90deg);
  transform: rotate(90deg); }

.page_configCuenta .configCuenta_baja_list .icon-others_point:before {
  color: #d3d3d3;
  font-size: 10px; }

.page_configCuenta .configCuenta_baja_list .icon-bulletRectangle {
  width: 10px;
  top: 0px;
  position: absolute;
  z-index: 10;
  -khtml-transform: rotate(90deg);
  transform: rotate(90deg); }

.page_configCuenta .configCuenta_baja_list .icon-bulletRectangle:before {
  color: #d3d3d3;
  font-size: 5px; }

.page_configCuenta .configCuenta_baja_list_item {
  position: relative; }

.page_configCuenta .configCuenta_baja_list_text {
  display: block;
  padding-left: 20px; }

.page_configCuenta .configCuenta_baja_list_text a {
  color: #121212; }

.page_configCuenta .configCuenta_baja_botones {
  padding-top: 50px; }

.page_configCuenta .configCuenta_susc .formCheckboxLabel {
  font-size: 16px;
  color: #121212; }

.page_configCuenta .configCuenta_susc_restablecerLink {
  float: right;
  font-size: 15px;
  line-height: 1.6; }

.page_configCuenta .configCuenta_susc_restablecerLink i {
  font-size: 17px;
  margin-right: 4px; }

.page_configCuenta .configCuenta_dispositivos .with-border {
  border-bottom: 1px solid #d3d3d3; }

.page_configCuenta .configCuenta_botones .form_botones {
  float: left; }

.page_configCuenta .configCuenta_botones .form_botones .boton {
  margin-right: 60px; }

@media screen and (max-width: 767px) {
  .page_configCuenta .page_title {
    font-size: 32px;
    line-height: 1.4;
    padding: 35px 0 25px 0; }
  .page_configCuenta .section_configCuenta {
    padding: 40px 0 0 0; }
  .page_configCuenta .configCuenta_perfil_title {
    font-size: 32px;
    line-height: 1.4;
    padding: 0px 0 16px 0; }
  .page_configCuenta .configCuenta_botones .form_botones {
    text-align: center;
    width: 100%; }
  .page_configCuenta .configCuenta_baja {
    padding: 65px 0; }
  .page_configCuenta .configCuenta_baja_title {
    text-align: left;
    margin-bottom: 60px; }
  .page_configCuenta .configCuenta_baja_botones .form_botones {
    text-align: center; }
  .page_configCuenta .configCuenta_baja_botones .form_botones .boton {
    padding: 20px 40px; }
  .page_configCuenta .configCuenta_susc {
    padding-bottom: 50px; }
  .page_configCuenta .configCuenta_susc_restablecerLink {
    display: block;
    float: initial;
    text-align: right; } }

.onboarding {
  background: #043263;
  position: relative; }

.onboarding .configCuenta_perfil_form_text {
  color: #ffffff; }

.onboarding .configCuenta_susc_form_options {
  display: flex;
  justify-content: start;
  flex-wrap: wrap; }

.onboarding .configCuenta_susc_form_options .configCuenta_perfil_form_text {
  flex: 0 0 100%; }

.onboarding .configCuenta_susc_form_options .formGroup_switch {
  display: flex;
  align-items: start;
  padding: 0px 10px 30px 0px; }

.onboarding .configCuenta_susc_form_options .formGroup_switch .formSwitch_text {
  margin-right: 10px; }

.onboarding_header {
  position: absolute;
  float: none; }

.onboarding_header .header-container-top {
  background: transparent; }

.onboarding_header .header-container-top .headerLogo .headerLogo_titulo {
  margin: 38px 0px 16px 0px; }

.onboarding_header .header-container-top .headerLogo .headerLogo_titulo a .icon-logo_BBVA {
  margin: 0; }

.onboarding_header .header-container-top .headerLogo .headerLogo_titulo a .headerLogo_marca:after {
  background-color: #00a4b7;
  color: #00a4b7;
  width: 8px;
  height: 8px;
  position: relative;
  top: -19px;
  right: 0px;
  display: inline-block;
  font-size: 8px; }

.onboarding_main {
  float: none;
  width: 100%;
  height: 100%; }

.onboarding_title {
  font-family: 'BentonBook', sans-serif;
  font-size: 25px;
  margin-bottom: 30px;
  line-height: 1.11;
  margin-top: 30px; }

.onboarding_title-big {
  font-family: 'BentonBook', sans-serif;
  font-size: 36px; }

.onboarding_subtitle {
  font-size: 22px;
  margin-bottom: 10px; }

.onboarding_section {
  min-height: 100vh;
  padding: 100px 0 75px 0;
  color: #ffffff;
  font-family: 'BentonLight', sans-serif; }

.onboarding_section .marginImg {
  margin-top: 30px;
  margin-bottom: 20px;
  width: 100%;
  padding: 0px 20px; }

.onboarding_section .nopaddingImg {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
  margin-bottom: 20px;
  width: 100%; }

.onboarding_section-paso0 {
  width: 100%;
  padding: 100px;
  display: flex;
  position: relative; }

.onboarding_section-paso1 .alert-bbva {
  background-color: #072146;
  color: #ffffff;
  margin: 40px 0px 10px 0px; }

.onboarding_section-paso1 .alert-bbva .close:not(:disabled):not(.disabled):hover,
.onboarding_section-paso1 .alert-bbva .close:not(:disabled):not(.disabled):focus {
  color: #ffffff; }

.onboarding_section-paso1 .alert-bbva .close {
  color: #ffffff;
  opacity: 1; }

.onboarding_section-paso1 .alert-bbva .icon-commu_alert:before {
  font-size: 20px;
  color: #ffffff; }

.onboarding_section-paso1 .alert-bbva hr {
  border-top: 1px solid #ffffff; }

.onboarding_section-paso1 .formGroup_row {
  display: flex;
  align-items: flex-start; }

.onboarding_section-paso1 .formGroup_text {
  width: 45%;
  margin: 0 20px 30px 0; }

.onboarding_section-paso1 .onboard_perfilGroup {
  margin: 0 0 20px 0; }

.onboarding_section-paso1 .onboard_perfil_form {
  margin-bottom: 40px; }

.onboarding_section-paso1 .onboard_perfil_form .was-validated .form-control:invalid:focus,
.onboarding_section-paso1 .onboard_perfil_form .form-control.is-invalid:focus,
.onboarding_section-paso1 .onboard_perfil_form .was-validated .custom-select:invalid:focus,
.onboarding_section-paso1 .onboard_perfil_form .custom-select.is-invalid:focus,
.onboarding_section-paso1 .onboard_perfil_form .was-validated .form-control:invalid,
.onboarding_section-paso1 .onboard_perfil_form .form-control.is-invalid,
.onboarding_section-paso1 .onboard_perfil_form .was-validated .custom-select:invalid,
.onboarding_section-paso1 .onboard_perfil_form .custom-select.is-invalid {
  background-color: #f8d7dc; }

.onboarding_section-paso1 .pass-wrapper {
  background: #043263; }

.onboarding_section-paso1 .pass-wrapper .pass-graybar .pass-colorbar:after {
  border-right: 20px solid #043263; }

.onboarding_section-paso2 .configCuenta_actionButton {
  color: #00288F; }

.onboarding_section-paso2 .configCuenta_actionButton i[class*='icon-']:before {
  color: #00288F; }

.onboarding_section-paso2 .configCuenta_dispositivos_add {
  font-size: 15px; }

.onboarding_section-paso2 .with-border {
  border-bottom: 1px solid #f4f4f4; }

.onboarding_section-paso2 .with-border p {
  margin-bottom: 15px; }

.onboarding_section-paso2 .configCuenta_dispositivos_list_item {
  color: #ffffff; }

.onboarding_section-paso2 .configCuenta_dispositivos_list_item:nth-child(odd) {
  background: transparent; }

.onboarding_section-paso2 .configCuenta_dispositivos_list_item:nth-child(even) {
  background: rgba(212, 237, 252, 0.13); }

.onboarding_section-paso3 .form_botones {
  margin-top: 90px; }

.onboarding_section-paso3 .configCuenta_perfil_form_text {
  color: #ffffff; }

.onboarding_section-paso4 .formGroup_radio-button {
  margin-bottom: 20px; }

.onboarding_section-paso4 .formGroup_radio-button .radioButton {
  padding-right: 20px; }

.onboarding_section-paso4 .formGroup_radio-button .radioButton label {
  color: #ffffff; }

.onboarding_section-paso4 .formGroup_radio-button [type='radio']:checked,
.onboarding_section-paso4 .formGroup_radio-button [type='radio']:not(:checked) {
  position: absolute;
  left: -9999px; }

.onboarding_section-paso4 .formGroup_radio-button [type='radio']:checked + label,
.onboarding_section-paso4 .formGroup_radio-button [type='radio']:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 24px;
  display: inline-block;
  color: #ffffff; }

.onboarding_section-paso4 .formGroup_radio-button [type='radio']:checked + label:before,
.onboarding_section-paso4 .formGroup_radio-button [type='radio']:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  /* border: 1px solid #ddd; */
  border-radius: 100%;
  background: #d3d3d3; }

.onboarding_section-paso4 .formGroup_radio-button [type='radio']:checked + label:after,
.onboarding_section-paso4 .formGroup_radio-button [type='radio']:not(:checked) + label:after {
  position: absolute;
  content: '';
  height: 21px;
  width: 21px;
  left: 2px;
  bottom: 1px;
  background-color: #00288F;
  transition: 0.4s;
  border-radius: 50%; }

.onboarding_section-paso4 .formGroup_radio-button [type='radio']:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }

.onboarding_section-paso4 .formGroup_radio-button [type='radio']:checked + label:after {
  opacity: 1;
  transform: scale(1); }

.onboarding_section-paso5 .configCuenta_perfil_form_text {
  color: #ffffff; }

.onboarding_section-paso5 .configCuenta_susc_form_options {
  margin-bottom: 25px; }

.onboarding_section-paso5 .formGroup_switch {
  display: flex;
  padding-bottom: 20px; }

.onboarding_section-paso5 .formGroup_switch .formSwitch_text {
  width: 120px; }

.onboarding_section-paso5 .formGroup_checkbox input[type='checkbox'] + label {
  padding: 0 0 0 30px; }

.onboarding_section-paso5 .form_botones {
  margin-top: 75px; }

.onboarding_section-last {
  display: flex; }

.onboarding_section-last .img_sm {
  width: 180px; }

.onboarding_section .onboarding_description {
  font-size: 17px;
  line-height: 1.41;
  margin-bottom: 15px; }

.onboarding_section .form_botones {
  margin-bottom: 30px;
  margin-top: 50px; }

.onboarding_section .form_botones .boton {
  font-family: 'BentonMedium', sans-serif;
  padding: 10px 60px; }

.onboarding_section .form_botones .boton_link {
  /*color:$colorBlue-light;*/
  padding: 10px 60px; }

.onboarding_stepContainer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #062751; }

.onboarding_stepContainer .onboarding_step {
  font-size: 27px;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.33; }

.onboarding_stepContainer .onboarding_bgColumn {
  padding: 20px;
  background: #072146; }

.onboarding_stepContainer .onboarding_bgColumn:after {
  position: absolute;
  content: '';
  right: -75px;
  top: 0;
  border-left: 75px solid #072146;
  border-bottom: 75px solid transparent; }

.onboarding .configCuenta_dispositivos_translate {
  color: #121212; }

/**************************
	media queries
***************************/
@media screen and (max-width: 768px) {
  .onboarding_main {
    margin-top: 0; }
  .onboarding .onboarding_header.header-main .header-container-top {
    margin-top: 0px; }
  .onboarding .onboarding_header.header-main .header-container-top .container {
    padding-left: 0px; }
  .onboarding .onboarding_header.header-main .header-container-top .headerLogo {
    margin: initial; }
  .onboarding .onboarding_header.header-main .header-container-top .headerLogo_titulo {
    text-align: left; }
  .onboarding .onboarding_header.header-main .header-container-top .header_logo .headerLogo_titulo a .icon-logo_BBVA {
    top: -7px; }
  .onboarding
.onboarding_header.header-main
.header-container-top
.header_logo
.headerLogo_titulo
a
.icon-logo_BBVA:before {
    font-size: 40px; }
  .onboarding
.onboarding_header.header-main
.header-container-top
.header_logo
.headerLogo_titulo
a
.headerLogo_marca {
    font-size: 30px; }
  .onboarding_section-paso0 {
    padding: 150px 30px 45px 30px; }
  .onboarding_section-paso1 .headerLogo {
    margin: initial; }
  .onboarding_section-paso1 .headerLogo_titulo {
    text-align: left; }
  .onboarding_section-paso1 .formGroup_row {
    display: block; }
  .onboarding_section-paso1 .formGroup_text {
    width: 100%; }
  .onboarding_section-paso1 input {
    display: block; }
  .onboarding_section-paso1 .marginImg {
    margin-top: 30px;
    margin-bottom: 70px; }
  .onboarding_section-paso1-paso2 .marginImg {
    margin-top: 30px;
    margin-bottom: 70px; }
  .onboarding_section-paso1-paso4 .marginImg {
    margin-top: 30px;
    margin-bottom: 70px; }
  .onboarding_section-last {
    padding: 170px 30px 45px 30px; }
  .onboarding_section-last .onboarding_title-big {
    font-size: 24px;
    line-height: 1.41;
    margin-bottom: 55px; }
  .onboarding_section-last .img_sm {
    width: 180px; } }

@media screen and (max-width: 576px) {
  .onboarding_main {
    margin-top: 0; }
  .onboarding .onboarding_header.header-main .header-container-top {
    margin-top: 45px; }
  .onboarding .onboarding_header.header-main .header-container-top .container {
    padding-left: 0px; }
  .onboarding .onboarding_header.header-main .header-container-top .headerLogo {
    margin: auto; }
  .onboarding .onboarding_header.header-main .header-container-top .headerLogo_titulo {
    text-align: center;
    margin: 0px 0px 0px 10px; }
  .onboarding .onboarding_header.header-main .header-container-top .headerLogo .headerLogo_titulo a .icon-logo_BBVA {
    top: 7px; }
  .onboarding
.onboarding_header.header-main
.header-container-top
.headerLogo
.headerLogo_titulo
a
.icon-logo_BBVA:before {
    font-size: 40px; }
  .onboarding
.onboarding_header.header-main
.header-container-top
.headerLogo
.headerLogo_titulo
a
.headerLogo_marca {
    font-size: 32px; }
  .onboarding .headerLogo_titulo .logo_BBVA_new {
    width: initial; }
  .onboarding_section .form_botones .boton {
    padding: 10px 30px;
    margin-top: 10px; }
  .onboarding_section .form_botones .boton_link {
    padding: 10px 40px; }
  .onboarding_section .marginImg {
    margin-top: 0px;
    margin-bottom: 20px;
    width: 100%;
    padding: 0px; }
  .onboarding_section-paso0 {
    padding: 150px 20px 100px 20px; }
  .onboarding_section-paso0 .onboarding_title-big {
    font-size: 30px; }
  .onboarding_section-paso1 {
    padding: 120px 20px 100px 20px; }
  .onboarding_section-paso1 .formGroup_text {
    margin: 0 20px 15px 0; }
  .onboarding_section-paso2 {
    padding: 120px 20px 100px 20px; }
  .onboarding_section-paso3 {
    padding: 150px 20px 100px 20px; }
  .onboarding_section-paso3 .formGroup_text {
    margin: 0 20px 15px 0; }
  .onboarding_section-paso4 {
    padding: 150px 20px 100px 20px; }
  .onboarding_section-paso4 .boton {
    margin-bottom: 20px; }
  .onboarding_section-paso5 {
    padding: 120px 20px 100px 20px; }
  .onboarding_section-paso5 .formGroup_text {
    margin: 0 20px 15px 0; }
  .onboarding_section-paso6 {
    padding: 150px 20px 100px 20px; }
  .onboarding_section-paso6 .formGroup_text {
    margin: 0 20px 15px 0; }
  .onboarding_section-last {
    padding: 160px 30px 45px 30px; }
  .onboarding_section-last .onboarding_title-big {
    font-size: 24px;
    line-height: 1.41;
    margin-bottom: 55px; }
  .onboarding_section-last .onboarding_description {
    font-size: 17px; }
  .onboarding_section-last .img_sm {
    width: 180px; }
  .onboarding_section .onboarding_description {
    margin-bottom: 20px; } }

/*********************************
		publicaciones.css
*********************************/
#page_listaLectura ~ .footer-main .preFooter-main {
  background: #f4f4f4; }

#page_filtro_publicaciones {
  background-color: #f4f4f4; }

#page_filtro_publicaciones .filtros_bloqueDesplegado {
  background-color: #ffffff; }

#page_filtro_publicaciones .filtros_opcionesLabels {
  padding: 0 75px; }

#page_filtro_publicaciones .lista_itemTitulo {
  font-family: 'BentonMedium', sans-serif;
  color: #121212;
  font-size: 13px;
  line-height: 24px;
  display: block;
  text-transform: uppercase; }

#page_filtro_publicaciones .formGroup_calendar {
  width: 210px;
  margin-bottom: 15px; }

#page_filtro_publicaciones .formGroup_calendar .icon-tools_calendar {
  pointer-events: none;
  font-size: 27px;
  position: absolute;
  right: 10px;
  top: 15px; }

#page_filtro_publicaciones .formGroup_calendar .icon-tools_calendar:before {
  color: #1464a5; }

#page_filtro_publicaciones .formGroup_text .formTextLabel {
  font-size: 13px;
  color: #666666; }

#page_filtro_publicaciones .formGroup_text .formText {
  font-size: 15px; }

/* Datepicker modifications */
.ui-datepicker th {
  color: #666666;
  font-size: 12px;
  font-weight: normal;
  font-family: 'BentonBook', sans-serif; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .arrow-prev {
  left: 2px;
  top: 6px;
  font-family: 'icon-bbva';
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  justify-content: center; }

.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .arrow-prev:before {
  content: '\e99f';
  color: #1464a5; }

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .arrow-next {
  right: 2px;
  top: 6px;
  font-family: 'icon-bbva';
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  justify-content: center; }

.ui-datepicker .ui-datepicker-next:before,
.ui-datepicker .arrow-next:before {
  content: '\e982';
  color: #1464a5; }

.ui-widget-content {
  border: 0;
  box-shadow: 0px 1px 3px rgba(18, 18, 18, 0.1); }

.ui-widget-header {
  border: none;
  background: #ffffff; }

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: none;
  font-size: 11px;
  line-height: 1;
  width: 30px;
  height: 30px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0; }

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: none;
  color: #666666;
  background: #ffffff; }

.ui-widget-content .ui-state-hover {
  border: 1px solid #bdbdbd;
  color: #666666;
  border-radius: 50%;
  background: #ffffff; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background: transparent;
  border: 1px solid #00288F;
  color: #666666;
  border-radius: 50%; }

   #c-input-box-id-KID .ui-menu-item-wrapper{
border-bottom: 1px solid #f4f4f4;
color:#666;

}
 #c-input-box-id-KID .ui-state-active {
	border: 1px solid #dddddd;
background: #e9e9e9 !important;
/*	font-weight: normal;*/
	color: #666;
	border-radius: 0 !important;
}
 #c-input-box-id-KID .ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
  }


.datepicker-arrow {
  position: absolute;
  cursor: pointer;
  top: 6px;
  width: 1.8em;
  height: 1.8em;
  font-family: 'icon-bbva';
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  display: none;
  justify-content: center; }

.datepicker-arrow:hover {
  background: transparent;
  border: 1px solid #bdbdbd;
  color: #666666;
  border-radius: 50%; }

/* Select */
.ui-datepicker .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px; }

.ui-datepicker .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 13px;
  color: #666666;
  width: 90px;
  height: 40px; }

.ui-datepicker .select-styled {
  position: absolute;
  background: #ffffff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 8px 15px;
  color: #666666;
  text-transform: uppercase;
  font-weight: normal;
  transition: all 0.2s ease-in;
  /* Años al reves */ }

@media (prefers-reduced-motion: reduce) {
  .ui-datepicker .select-styled {
    transition: none; } }

.ui-datepicker .select-styled:after {
  content: '\e983';
  font-family: 'icon-bbva';
  position: absolute;
  top: 11px;
  right: 4px;
  line-height: 1;
  font-size: 20px;
  background: #ccc;
  border-radius: 50%; }

.ui-datepicker .select-styled:hover {
  background-color: #e7e7e7; }

.ui-datepicker .select-styled:active,
.ui-datepicker .select-styled.active {
  background: #ececec; }

.ui-datepicker .select-styled:active:after,
.ui-datepicker .select-styled.active:after {
  content: '\e984'; }

.ui-datepicker .select-styled[data-class='ui-datepicker-year'] ~ .select-options-container .select-options {
  display: flex;
  flex-direction: column-reverse; }

.ui-datepicker .select-options-container {
  position: absolute;
  z-index: 999;
  top: 100%;
  right: 0;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 220px;
  background: #ececec;
  display: none;
  border-top: 1px solid #f3f3f3; }

.ui-datepicker .select-options {
  width: 80px;
  height: 180px;
  background: #ececec;
  max-height: 220px;
  overflow-y: scroll;
  margin-bottom: 10px;
  margin-top: 10px; }

.ui-datepicker .select-options li {
  margin: 0;
  font-weight: normal;
  text-indent: 15px;
  transition: all 0.15s ease-in; }

@media (prefers-reduced-motion: reduce) {
  .ui-datepicker .select-options li {
    transition: none; } }

.ui-datepicker .select-options li:hover {
  color: #121212;
  background: #f5f5f5; }

.ui-datepicker .select-options li[rel='hide'] {
  display: none; }

.ui-datepicker .select-options::-webkit-scrollbar {
  width: 2px;
  right: 10px; }

.ui-datepicker .select-options::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
  border-radius: 0px; }

.ui-datepicker .select-options::-webkit-scrollbar-thumb {
  background: #121212;
  height: 3px;
  border-radius: 0px; }

@media screen and (max-width: 900px) {
  #page_filtro_publicaciones .filtros_opcionesLabels {
    padding: 0 15px; } }

@media screen and (max-width: 767px) {
  .ui-datepicker .select {
    width: 80px; } }

/*********************************
		publicaciones.css
*********************************/
.logado + .modal-backdrop {
  z-index: 1; }

#page_welcome .wellcome_section {
  height: 100%;
  margin-left: 15px;
  margin-right: initial; }

#page_welcome.modal-dialog {
  width: 90%;
  max-width: initial; }

#page_welcome .modal-content {
  border-radius: 0; }

#page_welcome .modal-content .modal-header {
  border-bottom: 0px; }

#page_welcome .modal-content .modal-body {
  padding: 0px 20px 0px 0px;
  height: calc(100vh - 30rem);
  min-height: 300px;
  overflow: hidden; }

#page_welcome .modal-content .modal-body .content-wellcome {
  height: 100%;
  align-items: center; }

#page_welcome .modal-content .modal-body .col_img {
  background-color: rgba(212, 237, 252, 0.5);
  height: 100%; }

#page_welcome .modal-content .modal-body .col_img::after {
  position: absolute;
  content: '';
  right: -42px;
  top: 0;
  border-left: 42px solid rgba(212, 237, 252, 0.5);
  border-bottom: calc(100vh - 15rem) solid transparent;
  bottom: 0;
  height: 100%; }

#page_welcome .modal-content .modal-body .col_img img {
  width: 75%; }

#page_welcome .modal-content .modal-body .col_img-text {
  font-family: 'TexGyreAdventorRegular', sans-serif;
  font-size: 15px;
  line-height: 1.41;
  font-weight: lighter; }

#page_welcome .modal-content .modal-body .col_img .verticalAlign {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

#page_welcome .modal-content .modal-body .col_txt {
  padding: 0 2% 0 5%; }

#page_welcome .modal-content .modal-body .col_txt-title {
  font-family: 'TexGyreAdventorRegular', sans-serif;
  font-size: 25px;
  margin-bottom: 30px;
  line-height: 1.11;
  font-weight: lighter;
  color: #121212; }

#page_welcome .modal-content .modal-body .col_txt-content {
  font-family: 'TexGyreAdventorRegular', sans-serif;
  font-size: 17px;
  line-height: 1.41;
  font-weight: lighter; }

#page_welcome .modal-content .modal-body .wellcome-continue {
  cursor: pointer;
  font-family: 'BentonBold', sans-serif;
  color: #00288F;
  font-size: 15px;
  line-height: 16px; }

#page_welcome .modal-content .modal-body .btn_wellcome .next {
  position: absolute;
  z-index: 9999;
  bottom: 5%;
  right: 5%; }

#page_welcome .modal-content .modal-body .btn_wellcome .prev {
  position: absolute;
  z-index: 9999;
  bottom: 5%;
  right: 35%; }

#page_welcome .modal-content .modal-body .close {
  position: absolute;
  z-index: 9999;
  right: 10px;
  top: 10px;
  font-size: 35px;
  color: #00288F;
  text-shadow: none;
  opacity: 1;
  font-family: 'TexGyreAdventorRegular', sans-serif;
  font-weight: lighter; }

/**************************
media queries
***************************/
@media screen and (max-width: 768px) {
  #page_welcome .wellcome_section {
    height: 100%;
    margin-left: 15px;
    margin-right: initial; }
  #page_welcome.modal-dialog {
    width: calc(100vw - 15px);
    max-width: initial; }
  #page_welcome .modal-content {
    border-radius: 0; }
  #page_welcome .modal-content .modal-header {
    border-bottom: 0px; }
  #page_welcome .modal-content .modal-body {
    padding: 0px 20px 0px 0px;
    height: calc(100vh - 30rem);
    overflow: hidden; }
  #page_welcome .modal-content .modal-body .content-wellcome {
    height: 100%;
    align-items: center; }
  #page_welcome .modal-content .modal-body .col_img {
    background-color: rgba(212, 237, 252, 0.5);
    height: 100%; }
  #page_welcome .modal-content .modal-body .col_img::after {
    position: absolute;
    content: '';
    right: -42px;
    top: 0;
    border-left: 42px solid rgba(212, 237, 252, 0.5);
    border-bottom: calc(100vh - 15rem) solid transparent;
    bottom: 0;
    height: 100%; }
  #page_welcome .modal-content .modal-body .col_img img {
    width: 75%; }
  #page_welcome .modal-content .modal-body .col_img-text {
    font-family: 'TexGyreAdventorRegular', sans-serif;
    font-size: 15px;
    line-height: 1.41;
    font-weight: lighter; }
  #page_welcome .modal-content .modal-body .col_img .verticalAlign {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  #page_welcome .modal-content .modal-body .col_txt {
    padding: 0 2% 0 7%; }
  #page_welcome .modal-content .modal-body .col_txt-title {
    font-family: 'TexGyreAdventorRegular', sans-serif;
    font-size: 25px;
    margin-bottom: 30px;
    line-height: 1.11;
    font-weight: lighter;
    color: #121212; }
  #page_welcome .modal-content .modal-body .col_txt-content {
    font-family: 'TexGyreAdventorRegular', sans-serif;
    font-size: 17px;
    line-height: 1.41;
    font-weight: lighter; }
  #page_welcome .modal-content .modal-body .wellcome-continue {
    cursor: pointer;
    font-family: 'BentonBold', sans-serif;
    color: #00288F;
    font-size: 15px;
    line-height: 16px; }
  #page_welcome .modal-content .modal-body .btn_wellcome .next {
    position: absolute;
    z-index: 9999;
    bottom: 5%;
    right: 5%; }
  #page_welcome .modal-content .modal-body .btn_wellcome .prev {
    position: absolute;
    z-index: 9999;
    bottom: 5%;
    right: 35%; }
  #page_welcome .modal-content .modal-body .close {
    position: absolute;
    z-index: 9999;
    right: 10px;
    top: 10px;
    font-size: 35px;
    color: #00288F;
    text-shadow: none;
    opacity: 1;
    font-family: 'TexGyreAdventorRegular', sans-serif;
    font-weight: lighter; } }

@media screen and (max-width: 576px) {
  #page_welcome .wellcome_section {
    height: 100%;
    margin-left: 15px;
    margin-right: initial; }
  #page_welcome.modal-dialog {
    width: calc(100vw - 15px);
    max-width: initial; }
  #page_welcome .modal-content {
    border-radius: 0; }
  #page_welcome .modal-content .modal-header {
    border-bottom: 0px; }
  #page_welcome .modal-content .modal-body {
    padding: 0px 20px 0px 0px;
    height: 100%;
    overflow: hidden;
    padding-bottom: 20%; }
  #page_welcome .modal-content .modal-body .content-wellcome {
    height: 100%;
    align-items: center; }
  #page_welcome .modal-content .modal-body .col_img {
    background-color: rgba(212, 237, 252, 0.5);
    height: 100%;
    padding: 10% 0%; }
  #page_welcome .modal-content .modal-body .col_img-text {
    font-family: 'TexGyreAdventorRegular', sans-serif;
    font-size: 15px;
    line-height: 1.41;
    font-weight: lighter;
    padding: 0% 5%; }
  #page_welcome .modal-content .modal-body .col_txt {
    padding: 0 2% 0 5%; }
  #page_welcome .modal-content .modal-body .col_txt-title {
    font-family: 'TexGyreAdventorRegular', sans-serif;
    font-size: 25px;
    margin-bottom: 30px;
    line-height: 1.11;
    font-weight: lighter;
    color: #121212;
    margin-top: 20px; }
  #page_welcome .modal-content .modal-body .btn_wellcome .next {
    position: absolute;
    z-index: 9999;
    bottom: 5%;
    right: 5%; }
  #page_welcome .modal-content .modal-body .btn_wellcome .prev {
    position: absolute;
    z-index: 9999;
    bottom: 5%;
    left: 5%; } }

@media screen and (max-width: 320px) {
  #page_welcome .wellcome_section {
    height: 100%;
    margin-left: 15px;
    margin-right: initial; }
  #page_welcome.modal-dialog {
    width: calc(100vw - 10px);
    max-width: initial; }
  #page_welcome .modal-content {
    border-radius: 0; }
  #page_welcome .modal-content .modal-header {
    border-bottom: 0px; }
  #page_welcome .modal-content .modal-body {
    padding: 0px 20px 0px 0px;
    height: 100%;
    overflow: hidden;
    padding-bottom: 20%; }
  #page_welcome .modal-content .modal-body .content-wellcome {
    height: 100%;
    align-items: center; }
  #page_welcome .modal-content .modal-body .col_img {
    background-color: rgba(212, 237, 252, 0.5);
    height: 100%;
    padding: 10% 0%; }
  #page_welcome .modal-content .modal-body .col_img-text {
    font-family: 'TexGyreAdventorRegular', sans-serif;
    font-size: 15px;
    line-height: 1.41;
    font-weight: lighter;
    padding: 0% 5%; }
  #page_welcome .modal-content .modal-body .col_txt {
    padding: 0 2% 0 5%; }
  #page_welcome .modal-content .modal-body .col_txt-title {
    font-family: 'TexGyreAdventorRegular', sans-serif;
    font-size: 25px;
    margin-bottom: 30px;
    line-height: 1.11;
    font-weight: lighter;
    color: #121212;
    margin-top: 20px; }
  #page_welcome .modal-content .modal-body .btn_wellcome .next {
    position: absolute;
    z-index: 9999;
    bottom: 5%;
    right: 5%; }
  #page_welcome .modal-content .modal-body .btn_wellcome .prev {
    position: absolute;
    z-index: 9999;
    bottom: 5%;
    left: 5%; } }

.active-user .closeLogin,
.request-activation .closeLogin {
  font-size: 30px;
  color: #00288F; }

.active-user .section_title,
.request-activation .section_title {
  font-size: 20px;
  font-weight: bolder;
  font-family: 'BentonBook', sans-serif; }

.active-user .msje_OK,
.request-activation .msje_OK {
  font-size: 16px;
  font-weight: bolder;
  font-family: 'BentonBook', sans-serif; }

.active-user .msje_KO,
.request-activation .msje_KO {
  font-size: 16px;
  font-weight: bolder;
  font-family: 'BentonBook', sans-serif; }

.active-user .invalid-feedback,
.request-activation .invalid-feedback {
  background-color: #ffffff;
  color: #121212;
  font-size: 12px; }

.active-user .invalid-feedback .icon-commu_alert:before,
.request-activation .invalid-feedback .icon-commu_alert:before {
  content: '\e901';
  color: #dc3545;
  font-size: 15px;
  font-family: 'icon-bbva' !important; }

.active-user .form-group,
.request-activation .form-group {
  position: relative; }

.active-user .form-group input,
.request-activation .form-group input {
  width: 100%;
  height: 55px;
  background: #f4f4f4;
  border: none;
  border-radius: 1px;
  border-bottom: 1px solid #666666;
  font-size: 16px;
  padding: 18px 15px 0 15px; }

.active-user .form-group input:focus,
.request-activation .form-group input:focus {
  outline: none; }

.active-user .form-group input:focus ~ label,
.request-activation .form-group input:focus ~ label {
  top: 10px;
  font-size: 12px;
  line-height: 1.08;
  color: #666666; }

.active-user .form-group input:placeholder,
.request-activation .form-group input:placeholder {
  color: #f4f4f4; }

.active-user .form-group label,
.request-activation .form-group label {
  font-size: 16px;
  line-height: 1;
  color: #bdbdbd;
  position: absolute;
  pointer-events: none;
  left: 15px;
  top: 10px;
  transition: 0.2s ease all; }

.active-user div[data-template='activation'] #wp_auth_form_activation .form-group:nth-child(1),
.request-activation div[data-template='activation'] #wp_auth_form_activation .form-group:nth-child(1) {
  display: none; }

.active-user div[data-template='activation'] #wp_auth_form_activation .form-group:nth-child(2),
.active-user div[data-template='activation'] #wp_auth_form_activation .form-group:nth-child(3),
.request-activation div[data-template='activation'] #wp_auth_form_activation .form-group:nth-child(2),
.request-activation div[data-template='activation'] #wp_auth_form_activation .form-group:nth-child(3) {
  text-align: left; }

.active-user div[data-template='activation'] #wp_auth_form_activation input,
.request-activation div[data-template='activation'] #wp_auth_form_activation input {
  display: block;
  height: 60px;
  padding: 15px 45px 0 22px;
  border: 0;
  border-radius: 1px;
  outline: 0 !important;
  background: #f4f4f4;
  font-size: 15px;
  font-weight: normal;
  box-shadow: none !important;
  border-bottom: 1px solid #121212;
  color: #00288F;
  text-shadow: 0 0 0 #121212;
  -webkit-text-fill-color: transparent; }

.active-user div[data-template='activation'] #wp_auth_form_activation button[type='submit'],
.request-activation div[data-template='activation'] #wp_auth_form_activation button[type='submit'] {
  background-color: #00288F;
  border: 0px;
  font-family: 'BentonLight', sans-serif;
  color: #ffffff;
  font-size: 15px;
  line-height: 16px;
  text-align: center;
  padding: 20px 30px;
  height: 56px;
  cursor: pointer;
  border-radius: 0px;
  margin-top: 5%; }

.active-user div[data-template='request-activation'] .configCuenta_perfil_form,
.request-activation div[data-template='request-activation'] .configCuenta_perfil_form {
  width: 95%;
  display: flex;
  flex-wrap: wrap; }

.active-user div[data-template='request-activation'] .configCuenta_perfil_form .formGroup_text,
.request-activation div[data-template='request-activation'] .configCuenta_perfil_form .formGroup_text {
  width: 100%; }

.active-user div[data-template='request-activation'] #wp_auth_form_request-activation .wp_submit_button,
.request-activation div[data-template='request-activation'] #wp_auth_form_request-activation .wp_submit_button {
  background-color: #00288F;
  border: 0px;
  font-family: 'BentonLight', sans-serif;
  color: #ffffff;
  font-size: 15px;
  line-height: 16px;
  text-align: center;
  padding: 20px 18px;
  height: 56px;
  cursor: pointer;
  border-radius: 0px; }

/**************************
media queries
***************************/
@media screen and (max-width: 320px) {
  .active-user div[data-template='request-activation'] .configCuenta_perfil_form,
  .request-activation div[data-template='request-activation'] .configCuenta_perfil_form {
    width: 95%;
    display: flex;
    flex-wrap: wrap; }
  .active-user div[data-template='request-activation'] .configCuenta_perfil_form .formGroup_text,
  .request-activation div[data-template='request-activation'] .configCuenta_perfil_form .formGroup_text {
    width: 100%; } }

#page_sitemap {
  background: #f4f4f4; }

#page_sitemap .blockTitulo {
  font-family: 'BentonMedium', sans-serif;
  color: #121212;
  font-size: 26px;
  letter-spacing: -0.3px;
  line-height: 32px;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 32px;
  margin-top: 20px; }

/*column-count: 6;
        column-gap: 3em;*/
#page_sitemap .lista_sitemap_n1 li {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 8px;
  width: 20%;
  float: left;
  padding: 0px 20px 0px 0px; }

#page_sitemap .lista_sitemap_n1 li .lista_sitemap_n2 {
  margin-left: 15px;
  margin-top: 8px; }

#page_sitemap .lista_sitemap_n1 li .lista_sitemap_n2 > li {
  width: 100%;
  position: relative; }

#page_sitemap .lista_sitemap_n1 li .lista_sitemap_n2 > li :before {
  font-family: 'icon-bbva';
  content: '\e9ab';
  color: #d3d3d3;
  font-size: 5px;
  width: 10px;
  top: -4px;
  left: -15px;
  position: absolute;
  z-index: 10;
  -khtml-transform: rotate(90deg);
  transform: rotate(90deg); }

/**************************
media queries
***************************/
@media screen and (max-width: 768px) {
  #page_sitemap .lista_sitemap_n1 li {
    width: 50%; } }

@media screen and (max-width: 576px) {
  #page_sitemap .lista_sitemap_n1 li {
    width: 100%; } }

/*Start Corporate Contact CSS*/
#page_contacta .corpContentMain {
  flex-direction: column; }

#page_contacta .corpContListContacts {
  background: #f4f4f4; }

#page_contacta .corpContListContacts .page-title {
  font-family: 'TiemposRegular', serif;
  font-size: 45px;
  color: #121212;
  letter-spacing: 0;
  line-height: 60px; }

#page_contacta .corpContListContacts .intro {
  font-family: 'BentonBook', sans-serif;
  font-size: 15px;
  color: #121212;
  letter-spacing: 0;
  line-height: 28px;
  text-align: center;
  margin-bottom: 48px; }

#page_contacta .corpContListContacts .corpListContacts {
  margin-bottom: 64px; }

#page_contacta .corpContListContacts .corpListContacts::before,
#page_contacta .corpContListContacts .corpListContacts::after {
  content: ' ';
  display: table; }

#page_contacta .corpContListContacts .corpListContacts::after {
  clear: both; }

#page_contacta .corpContListContacts .corpListContacts > li {
  width: 25%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 24px;
  font-family: 'BentonMedium', sans-serif;
  font-size: 15px;
  color: #121212;
  letter-spacing: 0;
  line-height: 24px; }

#page_contacta .corpContListContacts .corpListContacts > li span {
  margin-bottom: 8px;
  display: block; }

#page_contacta .corpContListContacts .corpListContacts > li li {
  height: 20px;
  margin-bottom: 8px;
  overflow: hidden; }

#page_contacta .corpContListContacts .corpListContacts > li a {
  font-family: 'BentonMedium', sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px; }

#page_contacta .contactaForm {
  margin-top: 20px; }

#page_contacta .contactaForm .formGroup_text {
  width: 100%; }

#page_contacta .contactaForm .formGroup_text textarea {
  height: 150px; }

#page_contacta .contactaForm .formGroup_text textarea.formText {
  padding: 30px 15px 0 15px; }

#page_contacta .contactaForm .formGroup_row {
  margin-bottom: 0px; }

#page_contacta .contactaForm .formGroup_row .formGroup_text {
  width: 100%;
  margin-bottom: 30px; }

#page_contacta .contactaForm .formGroup_row .formGroup_text .invalid-feedback {
  background-color: #ffffff;
  color: #121212; }

#page_contacta .contactaForm .formGroup_row .formGroup_text .icon-commu_alert:before {
  color: #da3851;
  font-size: 20px; }

#page_contacta .contactaForm .boton {
  width: 100%;
  margin-top: 10px;
  background-color: #00288F;
  background-color: #00288F;
  border: 0px;
  font-family: 'BentonBold', sans-serif;
  color: #ffffff;
  font-size: 15px;
  line-height: 16px;
  text-align: center;
  padding: 20px 30px;
  height: 56px;
  cursor: pointer; }

#page_contacta .contactaForm .boton:hover {
  background-color: #1464a5; }

#page_contacta .contactaForm .boton:disabled {
  background-color: #e9e9e9;
  color: #bdbdbd; }

#page_contacta .contactaForm .form-group {
  position: relative;
  margin-bottom: 2.5rem; }

#page_contacta .contactaForm .form-group:nth-of-type(6) {
  padding: 20px 0 20px 0; }

#page_contacta .contactaForm .form-group:nth-of-type(6) label {
  position: relative;
  left: inherit;
  top: inherit;
  color: #666666;
  margin-bottom: 15px; }

#page_contacta .contactaForm .form-group label {
  font-size: 16px;
  line-height: 1;
  color: #bdbdbd;
  position: absolute;
  pointer-events: none;
  left: 15px;
  top: 10px;
  transition: 0.2s ease all; }

#page_contacta .contactaForm .form-group label[for='condiciones'] {
  font-size: 15px;
  color: #666666;
  position: relative;
  display: inline-block;
  height: 30px;
  padding: 5px 0 0 30px;
  margin: 0px;
  pointer-events: auto;
  top: inherit;
  line-height: 24px;
  left: inherit; }

#page_contacta .contactaForm .form-group input[type='checkbox'] {
  cursor: pointer;
  position: absolute;
  top: 3px;
  left: 0px;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  background: url("../images/modulos/form/bgwhite_checkbox_unselected.png") no-repeat;
  background-position: 0px 0px; }

#page_contacta .contactaForm .form-group input[type='checkbox']:checked {
  background: url("../images/modulos/form/bgwhite_checkbox_selected.png") no-repeat;
  background-position: 0px 0px; }

/**************************
media queries
***************************/
/*XS*/
@media screen and (max-width: 768px) {
  #page_contacta .contentCorpContacto .corpContListContacts .page-title {
    font-size: 22px;
    line-height: 32px; }
  #page_contacta .contentCorpContacto .corpContListContacts .intro {
    line-height: 24px;
    text-align: left;
    margin-bottom: 16px; }
  #page_contacta .contentCorpContacto .corpContListContacts .corpListContacts {
    margin-bottom: 8px; }
  #page_contacta .contentCorpContacto .corpContListContacts .corpListContacts > li {
    width: 50%; }
  #page_contacta .contentCorpContacto .corpContListContacts .corpListContacts > li a {
    font-size: 15px; }
  #page_contacta .contentCorpContacto .corpContListContacts .corpListContacts > li:nth-of-type(2n + 1) {
    padding-left: 0; }
  #page_contacta .contentCorpContacto .corpContListContacts .corpListContacts > li:nth-of-type(2n) {
    padding-right: 0; } }

/*********************************
		indicadores css
*********************************/
#page_indicadores h2 {
  font-family: 'BentonBook', sans-serif;
  font-size: 28px;
  color: #121212;
  margin-bottom: 20px; }

#page_indicadores h3 {
  font-family: 'BentonLight', sans-serif;
  font-size: 18px;
  color: #121212;
  text-transform: uppercase; }

/*Pagina 404 */
.page_404 .componente_404 .wrapper-search {
  padding-top: 90px;
  padding-bottom: 90px; }

.page_404 .componente_404 .page-title {
  font-family: 'TiemposRegular', serif;
  font-size: 45px;
  color: #121212;
  letter-spacing: 0;
  line-height: 60px;
  margin-bottom: 32px; }

.page_404 .componente_404 .highlight-error {
  font-family: 'BentonMedium', sans-serif;
  font-size: 22px;
  color: #121212;
  letter-spacing: -0.4px;
  line-height: 32px;
  margin-bottom: 8px; }

.page_404 .componente_404 .text-error {
  font-family: 'BentonBook', sans-serif;
  font-size: 20px;
  color: #121212;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 32px; }

.page_404 .componente_404 .text-filtrar {
  font-family: 'BentonBook', sans-serif;
  font-size: 16px;
  color: #121212;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 32px; }

.page_404 .componente_404 .text-filtrar .link_filtros i {
  margin-right: 5px;
  margin-left: 5px;
  background-color: #00288F;
  border-radius: 50%;
  padding: 5px; }

.page_404 .componente_404 .text-filtrar .link_filtros i:before {
  color: #f4f4f4; }

.page_404 .componente_404 .text-filtrar .link_filtros:hover i {
  background-color: #004481; }

.page_404 .componente_404 .formGroup_text {
  margin-bottom: 32px; }

.page_404 .componente_404 .form_buscador_rtdos {
  margin-bottom: 48px; }

.page_404 .componente_404 .form-search-enter {
  position: absolute;
  top: 17px;
  right: 10px; }

.page_404 .componente_404 .form-search-enter:hover {
  cursor: pointer; }

.page_404 .componente_404 .form-search-enter i {
  font-size: 24px; }

.page_404 .componente_404 .form-search-enter i:before {
  color: #00288F; }

.page_404 .componente_404 .formGroup_text .awesomplete {
  width: 100%; }

.page_404 .componente_404 .formGroup_text .awesomplete mark {
  background: rgba(27, 127, 204, 0.5); }

.page_404 .componente_404 .formGroup_text .awesomplete > ul {
  background-color: rgba 255, 255, 255, 1;
  background: linear-gradient(to bottom right, white, white);
  opacity: 1;
  border: 0px solid #ffffff;
  top: 60px;
  border-radius: 0px;
  padding: 10px 20px;
  z-index: 15;
  margin-top: -5px; }

.page_404 .componente_404 .formGroup_text .awesomplete > ul:before {
  display: none; }

.page_404 .componente_404 .formGroup_text .awesomplete > ul li {
  padding: 5px;
  color: #121212;
  font-family: 'BentonLight', sans-serif;
  font-size: 15px; }

.page_404 .componente_404 .error-animation {
  height: 300px; }

.page_404 .componente_404 .error-animation #lottie {
  height: 380px;
  margin-top: 50px; }

.page_404 .componente_gridNoticias {
  padding-top: 32px;
  background: #f4f4f4; }

.page_404 .component_publicacionesRelacionadas .partial_cardsGrid > div > div {
  display: block; }

/*MD*/
@media screen and (max-width: 767px) {
  .page_404 .componente_404 .row {
    display: flex;
    flex-direction: column; }
  .page_404 .componente_404 .wrapper-search {
    order: 2;
    text-align: center;
    padding-bottom: 0; }
  .page_404 .componente_404 .page-title {
    margin-bottom: 8px; }
  .page_404 .componente_404 .error-animation {
    order: 1; }
  .page_404 .componente_404 .error-animation #lottie {
    margin-top: 0; } }

/*XS*/
@media screen and (max-width: 500px) {
  .page_404 .componente_404 .container {
    width: 100%; }
  .page_404 .componente_404 .page-title {
    font-size: 22px;
    letter-spacing: 0;
    line-height: 32px; }
  .page_404 .componente_404 .highlight-error {
    font-size: 20px;
    letter-spacing: -0.4px;
    line-height: 24px; }
  .page_404 .componente_404 .text-error {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 16px; }
  .page_404 .componente_404 .error-animation {
    height: 270px; }
  .page_404 .componente_404 .error-animation #lottie {
    margin-top: 15px; }
  .page_404 .componente_gridNoticias {
    background: #f4f4f4; }
  .page_404 .componente_gridNoticias .mod_noticia {
    padding-top: 0; } }

/*********************************
		resultadosBusqueda  .css
*********************************/
#page_resultadosBusqueda .num-resultados {
  background-color: #f4f4f4; }

#page_resultadosBusqueda .num-resultados .page_text--mobile {
  display: none; }

#page_resultadosBusqueda .filter-mobile {
  padding-top: 20px;
  font-size: 30px;
  display: none;
  font-size: 16px;
  text-align: right;
  padding: 0;
  color: #121212; }

#page_resultadosBusqueda .filter-mobile .literal {
  position: relative;
  margin-right: 10px;
  top: -3px; }

#page_resultadosBusqueda .filter-mobile .icon-tools_filter {
  font-size: 25px; }

#page_resultadosBusqueda .filter-mobile .icon-tools_filter:before {
  color: #121212; }

@media screen and (max-width: 768px) {
  #page_resultadosBusqueda .filter-mobile {
    display: block; }
  #page_resultadosBusqueda .num-resultados {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px; }
  #page_resultadosBusqueda .num-resultados__header {
    display: none; }
  #page_resultadosBusqueda .num-resultados .page_text {
    font-family: 'BentonBold', sans-serif;
    padding: 0; }
  #page_resultadosBusqueda .num-resultados .page_text--mobile {
    display: block; } }

@media screen and (max-width: 575px) {
  #page_resultadosBusqueda .partial_masRecientes {
    padding: 0;
    margin-bottom: 10px; }
  #page_resultadosBusqueda .partial_masRecientes .lista_masrecientes {
    display: flex;
    justify-content: space-between; }
  #page_resultadosBusqueda .partial_masRecientes .lista_masrecientes li {
    padding: 0;
    margin: 0; }
  #page_resultadosBusqueda .partial_masRecientes .lista_masrecientes li:last-of-type {
    text-align: right; } }

/*********************************
		covid-19.css
*********************************/
#page_covid-19 {
  background-color: #f4f4f4; }

#page_covid-19 .iframe_dashboard {
  box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 1px -1px;
  position: relative;
  padding: 20px 24px;
  margin-bottom: 15px;
  background-color: #ffffff; }

#page_covid-19 .iframe_dashboard:last-of-type {
  margin-bottom: 40px; }

#page_covid-19 .iframe_dashboard .iframe__title {
  font-family: 'BentonMedium', sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #121212;
  margin-bottom: 0; }

#page_covid-19 .iframe_dashboard .iframe__subtitle {
  font-family: 'BentonLight', sans-serif;
  font-size: 16px;
  line-height: 23px;
  color: #121212; }

#page_covid-19 .iframe_dashboard .iframe__disclaimer {
  font-family: 'BentonBookItalic', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #666666; }

#page_covid-19 .iframe_dashboard .icon-tools_excel {
  font-size: 25px;
  top: 0; }

/*components*/
/* componente COMPARTIR INFO en paginas detalle de publicacion */
.component_infoCompartir .container .infoCompartir_container {
  z-index: 1;
  position: absolute;
  width: 48px;
  border: 2px solid #00288F;
  margin-top: 35px; }

.component_infoCompartir .container .infoCompartir_container ul li {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%; 
}

.component_infoCompartir .container .infoCompartir_container ul li a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 45px;
  height: 50px; }

.component_infoCompartir .container .infoCompartir_container ul li a i {
  top: 0px; }

.component_infoCompartir .container .infoCompartir_container ul li a i:before {
  font-size: 32px; }

.component_infoCompartir .container .infoCompartir_container ul li a span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden; }

.component_infoCompartir .container .infoCompartir_container ul li:after {
  content: '';
  width: 12px;
  height: 1px;
  position: absolute;
  top: 50px;
  left: 16px;
  display: block;
  z-index: 99; }

.component_infoCompartir .container .infoCompartir_container ul li:last-child:after {
  display: none; }

.component_infoCompartir .container .infoCompartir_container ul.lista_compartirTools {
  background-color: #ffffff; }

.component_infoCompartir .container .infoCompartir_container ul.lista_compartirTools li i:before {
  color: #00288F; }

.component_infoCompartir .container .infoCompartir_container ul.lista_compartirTools li:after {
  /* border-bottom: 1px solid #00288F; } */
}
.component_infoCompartir .container .infoCompartir_container ul.lista_compartirRRSS {
  background-color: #00288F; }

.component_infoCompartir .container .infoCompartir_container ul.lista_compartirRRSS li i:before {
  color: #ffffff; }

.component_infoCompartir .container .infoCompartir_container ul.lista_compartirRRSS li:after {
  border-bottom: 1px solid #ffffff; }

/* componente COMPARTIR INFO en paginas detalle de publicacion */
.component_infoUtil .container {
  text-align: center;
  padding-top: 36px;
  padding-bottom: 36px; }

.component_infoUtil .container .section_title {
  display: inline-block;
  font-family: 'BentonMedium', sans-serif;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
  padding: 0px;
  margin: 0px;
  text-align: center; }

.component_infoUtil .container ul.lista_infoUtil {
  display: inline-block;
  margin-left: 16px; }

.component_infoUtil .container ul.lista_infoUtil li {
  display: inline-block;
  margin-right: 16px; }

.component_infoUtil .container ul.lista_infoUtil li a i:before {
  color: #666666;
  font-size: 24px; }

.component_infoUtil .container ul.lista_infoUtil li:hover i:before {
  color: #004481; }

.component_infoUtil .container ul.lista_infoUtil li:last-child {
  margin-right: 0px; }

/* componente COMPARTIR INFO en paginas detalle de publicacion */
.component_infoComentar .container {
  text-align: center;
  padding-top: 31px;
  padding-bottom: 24px; }

.component_infoComentar .container .section_title {
  width: 100%;
  padding: 0px;
  margin: 0px;
  text-align: center; }

.component_infoComentar .container .section_title a {
  padding: 20px 0px 20px 0px;
  position: relative;
  width: 100%;
  display: block;
  cursor: pointer;
  /*cerrado*/ }

.component_infoComentar .container .section_title a span {
  font-family: 'BentonBook', sans-serif;
  font-size: 34px;
  line-height: 41px;
  color: #121212; }

.component_infoComentar .container .section_title a i {
  z-index: 100;
  /*abierto*/
  /* - */
  /* + */ }

.component_infoComentar .container .section_title a i:before {
  font-size: 20px;
  color: #072146; }

.component_infoComentar .container .section_title a i.icon-nav_unfold {
  display: inline-block; }

.component_infoComentar .container .section_title a i.icon-nav_fold {
  display: none; }

/* - */
/* + */
.component_infoComentar .container .section_title a.collapsed .icon-nav_unfold {
  display: none; }

.component_infoComentar .container .section_title a.collapsed .icon-nav_fold {
  display: inline-block; }

.component_infoComentar .container .comentariosSobrePublicacion .comentariosEscribirNuevo {
  text-align: right; }

.component_infoComentar .container .comentariosSobrePublicacion .comentariosEscribirNuevo a i {
  margin-right: 8px; }

.component_infoComentar .container .comentariosSobrePublicacion .comentariosEscribirNuevo a i:before {
  font-size: 18px;
  color: #00288F; }

.component_infoComentar .container .comentariosSobrePublicacion .comentariosCargarMas {
  text-align: center;
  margin: 40px 0px; }

.component_infoComentar .container .comentariosSobrePublicacion .comentariosCargarMas a i {
  margin-right: 8px; }

.component_infoComentar .container .comentariosSobrePublicacion .comentariosCargarMas a i:before {
  font-size: 18px;
  color: #00288F; }

/**************************
media queries
***************************/
/* componente MENU de Configuración de la cuenta */
.page_configCuenta .configCuenta_navList {
  position: relative;
  display: flex;
  border-bottom: 1px solid #d3d3d3; }

.page_configCuenta .configCuenta_navList i {
  display: none; }

.page_configCuenta .configCuenta_navList_item {
  position: relative;
  min-width: 150px;
  padding: 13px 20px;
  text-align: center;
  cursor: pointer; }

.page_configCuenta .configCuenta_navList_item.current:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background: #121212; }

.page_configCuenta .configCuenta_navList_item.current .configCuenta_navList_link {
  font-family: 'BentonMedium', sans-serif;
  color: #121212;
  font-weight: 500; }

.page_configCuenta .configCuenta_navList_link {
  font-family: 'BentonBook', sans-serif;
  font-size: 14px;
  line-height: 1.64;
  color: #666666; }

@media screen and (max-width: 767px) {
  .page_configCuenta .configCuenta_navList {
    flex-direction: column;
    background: #f4f4f4; }
  .page_configCuenta .configCuenta_navList .icon-nav-list {
    position: absolute;
    pointer-events: none;
    z-index: 2;
    right: 15px;
    top: 12px;
    font-size: 30px; }
  .page_configCuenta .configCuenta_navList .icon-nav-list:before {
    color: #2a86ca; }
  .page_configCuenta .configCuenta_navList .icon-nav-list.icon-nav_unfold {
    display: block; }
  .page_configCuenta .configCuenta_navList:after {
    bottom: -1px;
    height: 1px; }
  .page_configCuenta .configCuenta_navList_item {
    display: none;
    text-align: left;
    padding: 18px 15px 15px 15px; }
  .page_configCuenta .configCuenta_navList_item .configCuenta_navList_link {
    font-family: 'BentonBook', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    color: #bdbdbd; }
  .page_configCuenta .configCuenta_navList_item .configCuenta_navList_link:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0px;
    height: 1px;
    background: #ffffff; }
  .page_configCuenta .configCuenta_navList_item.current {
    display: block; }
  .page_configCuenta .configCuenta_navList_item.current:after {
    display: none; }
  .page_configCuenta .configCuenta_navList_item.current .configCuenta_navList_link {
    font-family: 'BentonBook', sans-serif;
    /*color: $darkgrey;*/ }
  .page_configCuenta .configCuenta_navList.open .configCuenta_navList_item {
    display: block; }
  .page_configCuenta .configCuenta_navList.open .icon-nav_fold {
    display: block; }
  .page_configCuenta .configCuenta_navList.open .icon-nav_unfold {
    display: none; } }

/* componente Formulario PERFIL */
.configCuenta_perfil_form_box {
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 25px; }

.configCuenta_perfil_form_text {
  font-size: 22px;
  line-height: 1.32;
  color: #121212;
  margin-bottom: 25px; }

.configCuenta_perfil_form .formGroup_text {
  float: left;
  width: 45%;
  margin-right: 20px; }

.configCuenta_perfil_form .formGroup_row {
  width: 100%;
  float: left;
  margin-bottom: 30px; }

.pass-wrapper {
  background: #fff;
  padding: 15px 0; }

.pass-wrapper .pass-graybar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%; }

.pass-wrapper .pass-graybar .pass-colorbar {
  position: relative;
  background: #da3851;
  width: 2%;
  height: 4px;
  transition: width 0.5s ease; }

.pass-wrapper .pass-graybar .pass-colorbar:after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  border-right: 20px solid #ffffff;
  border-top: 20px solid transparent; }

.pass-wrapper .pass-graybar .pass-colorbar.password-bad {
  background: #da3851; }

.pass-wrapper .pass-graybar .pass-colorbar.password-bad ~ .icon-nav_lock:before {
  color: #da3851; }

.pass-wrapper .pass-graybar .pass-colorbar.password-medium {
  background: #f8cd51; }

.pass-wrapper .pass-graybar .pass-colorbar.password-medium ~ .icon-nav_lock:before {
  color: #f8cd51; }

.pass-wrapper .pass-graybar .pass-colorbar.password-good {
  background: #48ae64; }

.pass-wrapper .pass-graybar .pass-colorbar.password-good ~ .icon-nav_lock:before {
  color: #48ae64; }

.pass-wrapper .pass-graybar .icon-nav_lock {
  font-size: 25px;
  transition: color 0.5s ease;
  margin-left: 20px; }

.pass-wrapper .pass-graybar .icon-nav_lock:before {
  color: #da3851; }

.pass-wrapper .pass-text {
  font-size: 13px; }

@media screen and (max-width: 767px) {
  .configCuenta_perfil_form .formGroup_text {
    width: 100%;
    margin: 0 0 15px 0; }
  .configCuenta_perfil_form .formGroup_row {
    margin-bottom: 0; } }

/* componente Formulario SUSCRIPCION */
/*.susc_checkbox_tag{
			color: $darkergrey;
			font-size: 14px;
			font-weight: 500;
			line-height: 24px;
			display: inline-block;
			margin: 0px 8px 8px 0px;
			.formCheckbox{
				display: none;
				&:checked + label{
					background-color: $darkergrey;
					color: $white;
					font-family: $font_BentonBookItalic;
					.icon-nav_expand{
						display: none;
					}
					.icon-nav_close{
						display: inline;
						&:before{color: $white;}
					}
				}
			}
			.formCheckboxLabel{
				display: block;
				padding: 10px 10px 8px 5px;
				font-family: $font_BentonBook;
				font-size: 15px;
				margin: 0;
				background-color: $softgrey;
				border-bottom: 1px solid $darkergrey;

				.icon-nav_close{
					display: none;
				}
				.icon-nav_expand{
					&:before{color: $darkergrey;}
				}
			}
		}*/
.configCuenta_susc .configCuenta_susc_form_box {
  border-bottom: 1px solid #d3d3d3; }

.configCuenta_susc .configCuenta_susc_form_check {
  padding: 0px 0 70px 0; }

.configCuenta_susc .configCuenta_susc_form_type {
  padding: 30px 15px 0 15px; }

.configCuenta_susc .configCuenta_susc_form_typeTitle {
  font-family: 'BentonMedium', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.53;
  color: #121212;
  margin-bottom: 30px; }

.configCuenta_susc .configCuenta_susc_form_options {
  padding: 0 0 10px 0; }

.configCuenta_susc .configCuenta_susc_form .formGroup_checkbox_condiciones {
  margin: 0 0 70px 0; }

.configCuenta_susc .configCuenta_susc_form .formGroup_checkbox_condiciones .formCheckboxLabel {
  padding: 0 0 0 30px; }

.configCuenta_susc .configCuenta_susc_form .configCuenta_susc_form_options {
  padding: 0 0 40px 0; }

.configCuenta_susc .configCuenta_susc_form .configCuenta_susc_form_options.disabled .configCuenta_perfil_form_text {
  color: #bdbdbd; }

.configCuenta_susc
.configCuenta_susc_form
.configCuenta_susc_form_options.disabled
.formGroup_radio-button
.radioButton
label {
  color: #bdbdbd !important;
  cursor: initial; }

.configCuenta_susc
.configCuenta_susc_form
.configCuenta_susc_form_options.disabled
.formGroup_radio-button
.radioButton
label:after,
.configCuenta_susc
.configCuenta_susc_form
.configCuenta_susc_form_options.disabled
.formGroup_radio-button
.radioButton
label:before {
  background-color: #dee2e6; }

.configCuenta_susc .configCuenta_susc_form .formGroup_checkbox {
  padding: 0px 10px 30px 0px; }

.configCuenta_susc .configCuenta_susc_form .formGroup_checkbox .formSwitch_text {
  vertical-align: top; }

.configCuenta_susc .configCuenta_susc_form .formGroup_switch {
  display: flex;
  margin-bottom: 30px; }

.configCuenta_susc .configCuenta_susc_form .formGroup_switch .formSwitch_text {
  min-width: 110px;
  font-size: 16px;
  color: #121212; }

.configCuenta_susc .configCuenta_susc_form .formGroup_radio-button [type='radio']:checked + label,
.configCuenta_susc .configCuenta_susc_form .formGroup_radio-button [type='radio']:not(:checked) + label {
  color: #121212 !important; }

/* jqtree */
ul.jqtree_common {
  list-style: none;
  cursor: pointer;
  padding-left: 0px; }

ul.jqtree_common li.jqtree_common {
  display: inline-block;
  cursor: pointer; }

ul.jqtree_common li.jqtree_common > div.jqtree-element.jqtree_common {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  display: block;
  font-family: 'BentonBook', sans-serif;
  font-size: 14px;
  line-height: 24px;
  background-color: #f4f4f4;
  margin: 5px;
  padding: 5px 10px 3px 10px;
  color: #666666;
  border-bottom: 1px solid #666666;
  padding-right: 20px; }

ul.jqtree_common li.jqtree_common > div.jqtree-element.jqtree_common i:before {
  color: #666666; }

ul.jqtree_common li.jqtree_common > div.jqtree-element.jqtree_common .jqtree-toggler-left {
  padding: 0 5px 0 0px;
  font-size: 12px; }

ul.jqtree_common li.jqtree_common > div.jqtree-element.jqtree_common .jqtree-toggler-left i {
  top: 1px; }

ul.jqtree_common li.jqtree_common > div.jqtree-element.jqtree_common .jqtree-toggler-left.jqtree-closed {
  font-size: 16px; }

ul.jqtree_common li.jqtree_common > div.jqtree-element.jqtree_common .jqtree-toggler-left.jqtree-closed i {
  top: 2px; }

ul.jqtree_common li.jqtree_common > div.jqtree-element.jqtree_common span:focus {
  outline: none; }

ul.jqtree_common li.jqtree_common.jqtree-selected > div.jqtree-element.jqtree_common {
  background-color: #666666;
  color: #ffffff;
  font-family: 'BentonBookItalic', sans-serif;
  position: relative; }

ul.jqtree_common li.jqtree_common.jqtree-selected > div.jqtree-element.jqtree_common:before {
  color: #ffffff;
  font-family: 'icon-bbva';
  content: '\e987';
  position: absolute;
  right: 5px;
  top: 6px;
  font-size: 11px; }

ul.jqtree_common li.jqtree_common.jqtree-selected > div.jqtree-element.jqtree_common i:before {
  color: #ffffff; }

ul.jqtree_common li.jqtree-closed ul.jqtree_common {
  display: none; }

ul.jqtree_common li.jqtree-folder > ul.jqtree_common {
  margin-left: 2%;
  padding-left: 3%;
  border-left: 2px solid #f4f4f4;
  margin-bottom: 10px; }

ul.jqtree_common .jqtree_common.jqtree-folder {
  width: 100%; }

/* componente Listado de dispositivos */
.configCuenta_dispositivos_list {
  margin: 0 0 50px 0; }

.configCuenta_dispositivos_list_item {
  padding: 15px 0;
  color: #121212; }

.configCuenta_dispositivos_list_item:nth-child(even) {
  background: rgba(212, 237, 252, 0.3); }

.configCuenta_dispositivos_list_item:nth-child(odd) {
  background: #ffffff; }

.configCuenta_dispositivos_action {
  padding: 0 10px;
  font-size: 17px; }

.configCuenta_dispositivos .align-right {
  text-align: right; }

.configCuenta_dispositivos .dispositivo_name {
  font-family: 'BentonMedium', sans-serif; }

.configCuenta_dispositivos_translate {
  width: 0px;
  overflow: hidden;
  position: absolute;
  max-height: 600px;
  z-index: 501;
  right: 0;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.24);
  top: 0;
  transition: all 700ms ease-in-out; }

.configCuenta_dispositivos_translate.open {
  width: 570px; }

.configCuenta_dispositivos_translate.open .configCuenta_dispositivos_addBox {
  right: 0; }

.configCuenta_dispositivos_addBox {
  width: 570px;
  position: absolute;
  z-index: 501;
  right: -570px;
  top: 0;
  bottom: 0;
  padding: 50px 120px 0 50px;
  background-color: #ffffff;
  transition: all 700ms ease-in-out;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.24); }

.configCuenta_dispositivos_addBox .configCuenta_add_title {
  font-family: 'BentonMedium', sans-serif;
  font-size: 22px;
  color: #121212;
  margin-bottom: 25px; }

.configCuenta_dispositivos_addBox .configCuenta_add_info {
  position: absolute;
  left: 290px;
  top: 15px;
  font-size: 25px; }

.configCuenta_dispositivos_addBox .configCuenta_add_info:before {
  color: #00288F; }

.configCuenta_dispositivos_addBox .configCuenta_add_tooltip {
  position: relative;
  background: rgba(212, 237, 252, 0.7);
  padding: 25px 25px 25px 60px;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 35px; }

.configCuenta_dispositivos_addBox .configCuenta_add_tooltip:after {
  position: absolute;
  content: '';
  left: 0;
  top: -18px;
  width: 30px;
  border-left: 18px solid rgba(212, 237, 252, 0.7);
  border-top: 18px solid transparent; }

.configCuenta_dispositivos_addBox .configCuenta_add_tooltip p {
  margin: 0; }

.configCuenta_dispositivos_addBox .configCuenta_add_tooltip .icon-commu_info.configCuenta_add_tooltipIcon {
  position: absolute;
  left: 19px;
  font-size: 25px;
  top: 25px; }

.configCuenta_dispositivos_addBox p {
  margin-bottom: 35px; }

.configCuenta_dispositivos_addBox .formGroup_row {
  position: relative; }

.configCuenta_dispositivos_addBox .formGroup_text {
  width: 270px;
  margin-bottom: 20px; }

.configCuenta_dispositivos_addBox .formGroup_text .formText {
  border: 0; }

.configCuenta_dispositivos_addBox .configCuenta_botones {
  position: absolute;
  bottom: 0;
  padding: 15px 45px;
  box-shadow: 2px 1px 7px 0 rgba(0, 0, 0, 0.24);
  left: 0;
  right: 0; }

@media screen and (max-width: 768px) {
  .configCuenta_dispositivos_translate {
    height: 450px; }
  .configCuenta_dispositivos_translate.open {
    width: 100vw; }
  .configCuenta_dispositivos_addBox {
    width: 100vw;
    padding: 20px 15px;
    right: -100vw; }
  .configCuenta_dispositivos_addBox .configCuenta_add_title {
    margin-bottom: 20px; }
  .configCuenta_dispositivos_addBox p {
    margin-bottom: 25px; }
  .configCuenta_dispositivos_addBox .formGroup_text {
    width: 90%; }
  .configCuenta_dispositivos_addBox .configCuenta_add_info {
    left: 90%; }
  .configCuenta_dispositivos_addBox .configCuenta_botones {
    padding: 10px 30px 5px 30px;
    bottom: 0;
    box-shadow: 2px 1px 7px 0 rgba(0, 0, 0, 0.24); }
  .configCuenta_dispositivos_addBox .configCuenta_botones .form_botones {
    text-align: left; }
  .configCuenta_dispositivos_addBox .configCuenta_add_tooltip {
    padding: 13px 18px 10px 60px;
    margin-top: 25px; }
  .configCuenta_dispositivos_action {
    font-size: 16px; } }

@media screen and (max-width: 576px) {
  .configCuenta_dispositivos_action {
    padding: 0 5px; }
  .configCuenta_dispositivos_translate.open {
    background-color: #ffffff; }
  .configCuenta_dispositivos_addBox {
    bottom: 0;
    padding: 10px 15px 0 15px;
    height: 450px; }
  .configCuenta_dispositivos_addBox .configCuenta_add_title {
    margin-bottom: 20px; }
  .configCuenta_dispositivos_addBox .configCuenta_botones {
    position: absolute;
    width: 100%;
    display: flex;
    box-shadow: none;
    padding: 0px;
    padding: 10px 30px;
    bottom: 0;
    box-shadow: 2px 1px 7px 0 rgba(0, 0, 0, 0.24); }
  .configCuenta_dispositivos_addBox .configCuenta_dispositivos_action {
    font-size: 16px; }
  .configCuenta_dispositivos_addBox .configCuenta_add_tooltip {
    padding: 18px 18px 5px 60px;
    font-size: 12px; } }

@media screen and (max-width: 320px) {
  .configCuenta_dispositivos_action {
    padding: 0 5px; }
  .configCuenta_dispositivos_translate {
    height: 500px; }
  .configCuenta_dispositivos_translate .open {
    height: 454px; }
  .configCuenta_dispositivos_addBox {
    bottom: inherit;
    padding: 30px 15px 0 15px; }
  .configCuenta_dispositivos_addBox .configCuenta_add_title {
    margin-bottom: 20px; }
  .configCuenta_dispositivos_addBox p {
    margin-bottom: 15px; }
  .configCuenta_dispositivos_addBox .configCuenta_botones {
    position: relative;
    width: 100%;
    display: flex;
    box-shadow: none;
    padding: 15px 0; }
  .configCuenta_dispositivos_addBox .configCuenta_dispositivos_action {
    font-size: 16px; }
  .configCuenta_dispositivos_addBox .configCuenta_add_tooltip {
    padding: 13px 18px 5px 60px;
    margin-top: 25px; } }

/******************************************
		partials SLIDER CONTENT del slider de home
******************************************/
.component_banner_rrss_fullwidth {
  /* background: #1464a5 no-repeat bottom;
  background-size: cover;
  position: relative;  */
}

.component_banner_rrss_fullwidth.overlay-blue:after {
  background-color: rgba(74, 144, 226, 0.65);
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.component_banner_rrss_fullwidth.overlay-white:after {
  background-color: rgba(255, 255, 255, 0.35);
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.component_banner_rrss_fullwidth .banner_rrss {
  background: #001391;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.component_banner_rrss_fullwidth .cont_banner_rrss_title {
}

.component_banner_rrss_fullwidth .banner_rrss_title {
  font-family: 'TiemposHeadline-Bold';
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
}

.component_banner_rrss_fullwidth .banner_rrss_list {
  margin-left: 20px;
}

.component_banner_rrss_fullwidth .banner_rrss_list img {
  height: 64px;
  width: 64px;
}

.component_banner_rrss_fullwidth .banner_rrss_list a i {
  width: 100%; }

.component_banner_rrss_fullwidth .banner_rrss_list a i:before {
  color: #ffffff;
  font-size: 80px; }

.component_banner_rrss_fullwidth .banner_rrss_list a:hover i::before {
  color: #00288F; }

.component_banner_rrss_fullwidth .banner_rrss_list_iconText {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  font-family: 'BentonMedium', sans-serif;
  width: 100%; }

.component_banner_rrss_fullwidth .banner_rrss_list_compartir a {
  color: #ffffff;
  font-family: 'BentonLight', sans-serif; }

.component_banner_rrss_fullwidth .banner_rrss_list_compartir a:hover {
  color: #ffffff;
  font-family: 'BentonLight', sans-serif;
  font-size: 12px;
  line-height: 15px; }

.component_banner_rrss_fullwidth .banner_rrss_list_compartir a::after {
  content: '\02197';
  font-size: 10px;
  font-weight: bolder; }

.component_banner_listaLecturas_fullwidth {
  background: url("../images/bg_azul.svg") no-repeat bottom;
  background-size: cover;
  position: relative; }

.component_banner_listaLecturas_fullwidth.overlay-blue:after {
  background-color: rgba(74, 144, 226, 0.65);
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.component_banner_listaLecturas_fullwidth.overlay-white:after {
  background-color: rgba(255, 255, 255, 0.35);
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

/* detalle autores*/
.component_banner_listaLecturas_fullwidth .banner_listaLecturas_h2 {
  font-family: 'BentonBook', sans-serif;
  font-size: 42px;
  font-weight: bolder;
  line-height: 1.12;
  letter-spacing: -0.7px;
  color: #ffffff; }

.component_banner_listaLecturas_fullwidth .banner_listaLecturas_boton {
  font-family: 'BentonMedium', sans-serif;
  background-color: #072146;
  border: 0px;
  color: #ffffff;
  font-size: 15px;
  line-height: 16px;
  padding: 20px 30px;
  height: 56px;
  cursor: pointer; }

.component_banner_listaLecturas_fullwidth .banner_listaLecturas_subtitle {
  font-size: 18px;
  font-weight: lighter;
  color: #ffffff;
  font-family: 'BentonMedium', sans-serif; }

.component_banner_subHeaderCarousel_fullwidth {
  background: url("../images/bg_verde.svg") no-repeat bottom;
  background-size: cover;
  position: relative; }

.component_banner_subHeaderCarousel_fullwidth.overlay-blue:after {
  background-color: rgba(74, 144, 226, 0.65);
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.component_banner_subHeaderCarousel_fullwidth.overlay-white:after {
  background-color: rgba(255, 255, 255, 0.35);
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

/* detalle autores*/
.component_banner_subHeaderCarousel_fullwidth .banner_subHeaderCarousel_h2 {
  color: #ffffff; }

.component_banner_subHeaderCarousel_fullwidth .banner_subHeaderCarousel_subtitle {
  color: #ffffff; }

.component_banner_conocenos_fullwidth {
  background: url("../images/bg_azul.svg") no-repeat bottom;
  background-size: cover;
  position: relative; }

.component_banner_conocenos_fullwidth.overlay-blue:after {
  background-color: rgba(74, 144, 226, 0.65);
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.component_banner_conocenos_fullwidth.overlay-white:after {
  background-color: rgba(255, 255, 255, 0.35);
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

/* detalle autores*/
.component_banner_conocenos_fullwidth .banner_conocenos_list {
  height: 350px; }

.component_banner_conocenos_fullwidth .banner_conocenos_title {
  font-family: 'BentonLight', sans-serif;
  font-size: 40px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0px;
  text-align: left;
  color: #ffffff; }

.component_banner_conocenos_fullwidth .banner_conocenos_subtitle, .component_banner_conocenos_fullwidth .banner_conocenos_subtitle p {
  color: #ffffff;
  font-family: 'BentonLight', sans-serif; }

.component_banner_conocenos_fullwidth .banner_conocenos img {
  width: 100%; }

.component_banner_cabeceraAutor_fullwidth {
  background: url("../images/autores/cabeceraAutor/cabeceraAutor1.png") no-repeat bottom;
  background-size: cover;
  position: relative; }

.component_banner_cabeceraAutor_fullwidth.overlay-blue:after {
  background-color: rgba(74, 144, 226, 0.65);
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.component_banner_cabeceraAutor_fullwidth.overlay-white:after {
  background-color: rgba(255, 255, 255, 0.35);
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

/* detalle autores*/
.component_banner_cabeceraAutor_fullwidth .banner_cabeceraAutor.overlight::before {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  content: '';
  top: 0;
  height: calc(0vh + 350px);
  left: 0;
  right: 0; }

.component_banner_cabeceraAutor_fullwidth .banner_cabeceraAutor_list {
  height: 350px; }

.component_banner_cabeceraAutor_fullwidth .banner_cabeceraAutor_title {
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0px;
  text-align: center;
  color: #ffffff; }

.component_banner_cabeceraAutor_fullwidth .banner_cabeceraAutor_subtitle {
  color: #ffffff;
  font-family: 'BentonLight', sans-serif; }

.component_banner_cabeceraAutor_fullwidth .banner_cabeceraAutor img {
  width: 100%; }

.component_banner_documentosTrabajo_fullwidth {
  background: url("../images/documentosTrabajo.png") no-repeat bottom;
  background-size: cover;
  position: relative; }

.component_banner_documentosTrabajo_fullwidth.overlay-blue:after {
  background-color: rgba(74, 144, 226, 0.65);
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.component_banner_documentosTrabajo_fullwidth.overlay-blue .banner_documentosTrabajo_title,
.component_banner_documentosTrabajo_fullwidth.overlay-blue .banner_documentosTrabajo_subtitle {
  color: white; }

.component_banner_documentosTrabajo_fullwidth.overlay-white:after {
  background-color: rgba(255, 255, 255, 0.35);
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.component_banner_documentosTrabajo_fullwidth.overlay-white .banner_documentosTrabajo_title,
.component_banner_documentosTrabajo_fullwidth.overlay-white .banner_documentosTrabajo_subtitle {
  color: #121212; }

.component_banner_documentosTrabajo_fullwidth .banner_documentosTrabajo {
  height: 350px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  /* detalle autores*/ }

.component_banner_documentosTrabajo_fullwidth .banner_documentosTrabajo_h2 {
  font-family: 'BentonMedium', sans-serif;
  font-size: 42px;
  line-height: 1.12;
  letter-spacing: -0.7px;
  color: #ffffff; }

.component_banner_documentosTrabajo_fullwidth .banner_documentosTrabajo_title {
  font-family: 'BentonBold', sans-serif;
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 36px; }

.component_banner_documentosTrabajo_fullwidth .banner_documentosTrabajo_subtitle {
  font-size: 17px;
  color: #ffffff;
  font-family: 'BentonBook', sans-serif; }

/* *************************
media queries
************************** */
@media screen and (max-width: 992px) {
  .component_banner_rrss_fullwidth {
    /* background: #1464a5 no-repeat center;
    background-size: cover;  */
  }
  .component_banner_listaLecturas_fullwidth {
    background: url("../images/bg_azul.svg") no-repeat center;
    background-size: cover; }
  .component_banner_subHeaderCarousel_fullwidth {
    background: url("../images/bg_verde.svg") no-repeat center;
    background-size: cover; }
  .component_banner_conocenos_fullwidth {
    background: url("../images/bg_azul.svg") no-repeat center;
    background-size: cover; }
  .component_banner_conocenos_fullwidth .banner_conocenos img {
    width: 70%; }
  .component_banner_conocenos_fullwidth .banner_conocenos_list {
    height: auto; }
  .component_banner_conocenos_fullwidth .banner_conocenos_subtitle {
    line-height: normal; }
  .component_banner_cabeceraAutor_fullwidth {
    background: url("../images/autores/cabeceraAutor/cabeceraAutor1.png") no-repeat center;
    background-size: cover; }
  .component_banner_documentosTrabajo_fullwidth {
    background: url("../images/documentosTrabajo.png") no-repeat center;
    background-size: cover; } }

@media screen and (max-width: 990px) {
  .component_banner_conocenos_fullwidth .banner_conocenos_title {
    font-size: 32px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff; } }

@media screen and (max-width: 768px) {
  .component_banner_rrss_fullwidth {
    /* background: #1464a5 no-repeat center;
    background-size: cover;  */
  }
  /* conocenos */
  /* detalle autores*/
  .component_banner_rrss_fullwidth .banner_rrss_title {
    font-family: 'TiemposHeadline-Bold';
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: center;
  }
  .component_banner_rrss_fullwidth .banner_rrss_list {
    margin-left: 15px;
  }
  .component_banner_rrss_fullwidth .banner_rrss_list img {
    height: 25.6px;
    width: 25.6px;
    margin-top: 2px;
  }
  .component_banner_rrss_fullwidth .banner_rrss_list i::before {
    color: #ffffff;
    font-size: 80px; }
  .component_banner_rrss_fullwidth .banner_rrss_list_iconText {
    font-size: 26px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff; }
  .component_banner_rrss_fullwidth .banner_rrss_list_compartir a,
  .component_banner_rrss_fullwidth .banner_rrss_list_compartir :hover {
    color: #ffffff;
    font-family: 'BentonLight', sans-serif;
    font-size: 12px;
    line-height: 15px; }
  .component_banner_rrss_fullwidth .banner_rrss_list_compartir a::after {
    content: '\02197';
    font-size: 10px;
    font-weight: bolder; }
  .component_banner_listaLecturas_fullwidth {
    background: url("../images/bg_azul.svg") no-repeat center;
    background-size: cover; }
  /* conocenos */
  /* detalle autores*/
  .component_banner_listaLecturas_fullwidth .banner_listaLecturas_title {
    font-size: 32px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff; }
  .component_banner_listaLecturas_fullwidth .banner_listaLecturas_list i::before {
    color: #ffffff;
    font-size: 80px; }
  .component_banner_listaLecturas_fullwidth .banner_listaLecturas_list_iconText {
    font-size: 26px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff; }
  .component_banner_listaLecturas_fullwidth .banner_listaLecturas_list_compartir a,
  .component_banner_listaLecturas_fullwidth .banner_listaLecturas_list_compartir :hover {
    color: #ffffff;
    font-family: 'BentonLight', sans-serif;
    font-size: 12px;
    line-height: 15px; }
  .component_banner_listaLecturas_fullwidth .banner_listaLecturas_list_compartir a::after {
    content: '\02197';
    font-size: 10px;
    font-weight: bolder; }
  .component_banner_listaLecturas_fullwidth .banner_listaLecturas_h2 {
    font-size: 30px;
    margin-bottom: 20px; }
  .component_banner_subHeaderCarousel_fullwidth {
    background: url("../images/bg_verde.svg") no-repeat center;
    background-size: cover; }
  /* conocenos */
  /* detalle autores*/
  .component_banner_subHeaderCarousel_fullwidth .banner_subHeaderCarousel_title {
    font-size: 32px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff; }
  .component_banner_subHeaderCarousel_fullwidth .banner_subHeaderCarousel_list i::before {
    color: #ffffff;
    font-size: 80px; }
  .component_banner_subHeaderCarousel_fullwidth .banner_subHeaderCarousel_list_iconText {
    font-size: 26px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff; }
  .component_banner_subHeaderCarousel_fullwidth .banner_subHeaderCarousel_list_compartir a,
  .component_banner_subHeaderCarousel_fullwidth .banner_subHeaderCarousel_list_compartir :hover {
    color: #ffffff;
    font-family: 'BentonLight', sans-serif;
    font-size: 12px;
    line-height: 15px; }
  .component_banner_subHeaderCarousel_fullwidth .banner_subHeaderCarousel_list_compartir a::after {
    content: '\02197';
    font-size: 10px;
    font-weight: bolder; }
  .component_banner_conocenos_fullwidth {
    background: url("../images/bg_azul.svg") no-repeat center;
    background-size: cover; }
  /* conocenos */
  /* detalle autores*/
  .component_banner_conocenos_fullwidth .banner_conocenos_title {
    font-size: 32px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff; }
  .component_banner_conocenos_fullwidth .banner_conocenos_list i::before {
    color: #ffffff;
    font-size: 80px; }
  .component_banner_conocenos_fullwidth .banner_conocenos_list_iconText {
    font-size: 26px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff; }
  .component_banner_conocenos_fullwidth .banner_conocenos_list_compartir a,
  .component_banner_conocenos_fullwidth .banner_conocenos_list_compartir :hover {
    color: #ffffff;
    font-family: 'BentonLight', sans-serif;
    font-size: 12px;
    line-height: 15px; }
  .component_banner_conocenos_fullwidth .banner_conocenos_list_compartir a::after {
    content: '\02197';
    font-size: 10px;
    font-weight: bolder; }
  .component_banner_conocenos_fullwidth .banner_conocenos img {
    width: 75%; }
  .component_banner_conocenos_fullwidth .banner_conocenos_list {
    height: auto; }
  .component_banner_conocenos_fullwidth .banner_conocenos_subtitle {
    line-height: normal; }
  .component_banner_cabeceraAutor_fullwidth {
    background: url("../images/autores/cabeceraAutor/cabeceraAutor1.png") no-repeat center;
    background-size: cover; }
  .component_banner_cabeceraAutor_fullwidth .banner_cabeceraAutor {
    /* conocenos */
    /* detalle autores*/
    height: 150px; }
  .component_banner_cabeceraAutor_fullwidth .banner_cabeceraAutor_title {
    font-size: 32px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff; }
  .component_banner_cabeceraAutor_fullwidth .banner_cabeceraAutor_list i::before {
    color: #ffffff;
    font-size: 80px; }
  .component_banner_cabeceraAutor_fullwidth .banner_cabeceraAutor_list_iconText {
    font-size: 26px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff; }
  .component_banner_cabeceraAutor_fullwidth .banner_cabeceraAutor_list_compartir a,
  .component_banner_cabeceraAutor_fullwidth .banner_cabeceraAutor_list_compartir :hover {
    color: #ffffff;
    font-family: 'BentonLight', sans-serif;
    font-size: 12px;
    line-height: 15px; }
  .component_banner_cabeceraAutor_fullwidth .banner_cabeceraAutor_list_compartir a::after {
    content: '\02197';
    font-size: 10px;
    font-weight: bolder; }
  .component_banner_cabeceraAutor_fullwidth .banner_cabeceraAutor.overlight::before {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .component_banner_cabeceraAutor_fullwidth .banner_cabeceraAutor_list {
    height: 250px; }
  .component_banner_cabeceraAutor_fullwidth .banner_cabeceraAutor_list {
    height: 150px; }
  .component_banner_cabeceraAutor_fullwidth .banner_cabeceraAutor.overlight::before {
    height: calc(0vh + 150px); }
  .component_banner_documentosTrabajo_fullwidth {
    background: url("../images/documentosTrabajo.png") no-repeat center;
    background-size: cover; }
  /* conocenos */
  /* detalle autores*/
  .component_banner_documentosTrabajo_fullwidth .banner_documentosTrabajo_title {
    font-size: 32px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff; }
  .component_banner_documentosTrabajo_fullwidth .banner_documentosTrabajo_list i::before {
    color: #ffffff;
    font-size: 80px; }
  .component_banner_documentosTrabajo_fullwidth .banner_documentosTrabajo_list_iconText {
    font-size: 26px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff; }
  .component_banner_documentosTrabajo_fullwidth .banner_documentosTrabajo_list_compartir a,
  .component_banner_documentosTrabajo_fullwidth .banner_documentosTrabajo_list_compartir :hover {
    color: #ffffff;
    font-family: 'BentonLight', sans-serif;
    font-size: 12px;
    line-height: 15px; }
  .component_banner_documentosTrabajo_fullwidth .banner_documentosTrabajo_list_compartir a::after {
    content: '\02197';
    font-size: 10px;
    font-weight: bolder; } }

@media screen and (max-width: 768px) and (max-width: 576px) {
  .component_banner_rrss_fullwidth {
    background: #1464a5 no-repeat center;
    background-size: cover; }
  /* detalle autores*/
  .component_banner_rrss_fullwidth .banner_rrss_title img {
    width: 25.6px;
    height: 25.6px;
  }
  .component_banner_rrss_fullwidth .banner_rrss_title {
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff; }
  .component_banner_rrss_fullwidth .banner_rrss_list {
    right: 23%;
  }
  .component_banner_rrss_fullwidth .banner_rrss_list i::before {
    color: #ffffff;
    font-size: 80px; }
  .component_banner_rrss_fullwidth .banner_rrss_list_iconText {
    font-size: 26px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff; }
  .component_banner_rrss_fullwidth .banner_rrss_list_compartir a,
  .component_banner_rrss_fullwidth .banner_rrss_list_compartir :hover {
    color: #ffffff;
    font-family: 'BentonLight', sans-serif;
    font-size: 12px;
    line-height: 15px; }
  .component_banner_rrss_fullwidth .banner_rrss_list_compartir a::after {
    content: '\02197';
    font-size: 10px;
    font-weight: bolder; }
  .component_banner_listaLecturas_fullwidth {
    background: url("../images/bg_azul.svg") no-repeat center;
    background-size: cover; }
  /* detalle autores*/
  .component_banner_listaLecturas_fullwidth .banner_listaLecturas_title {
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff; }
  .component_banner_listaLecturas_fullwidth .banner_listaLecturas_list i::before {
    color: #ffffff;
    font-size: 80px; }
  .component_banner_listaLecturas_fullwidth .banner_listaLecturas_list_iconText {
    font-size: 26px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff; }
  .component_banner_listaLecturas_fullwidth .banner_listaLecturas_list_compartir a,
  .component_banner_listaLecturas_fullwidth .banner_listaLecturas_list_compartir :hover {
    color: #ffffff;
    font-family: 'BentonLight', sans-serif;
    font-size: 12px;
    line-height: 15px; }
  .component_banner_listaLecturas_fullwidth .banner_listaLecturas_list_compartir a::after {
    content: '\02197';
    font-size: 10px;
    font-weight: bolder; }
  .component_banner_subHeaderCarousel_fullwidth {
    background: url("../images/bg_verde.svg") no-repeat center;
    background-size: cover; }
  /* detalle autores*/
  .component_banner_subHeaderCarousel_fullwidth .banner_subHeaderCarousel_title {
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff; }
  .component_banner_subHeaderCarousel_fullwidth .banner_subHeaderCarousel_list i::before {
    color: #ffffff;
    font-size: 80px; }
  .component_banner_subHeaderCarousel_fullwidth .banner_subHeaderCarousel_list_iconText {
    font-size: 26px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff; }
  .component_banner_subHeaderCarousel_fullwidth .banner_subHeaderCarousel_list_compartir a,
  .component_banner_subHeaderCarousel_fullwidth .banner_subHeaderCarousel_list_compartir :hover {
    color: #ffffff;
    font-family: 'BentonLight', sans-serif;
    font-size: 12px;
    line-height: 15px; }
  .component_banner_subHeaderCarousel_fullwidth .banner_subHeaderCarousel_list_compartir a::after {
    content: '\02197';
    font-size: 10px;
    font-weight: bolder; }
  .component_banner_conocenos_fullwidth {
    background: url("../images/bg_azul.svg") no-repeat center;
    background-size: cover; }
  /* detalle autores*/
  .component_banner_conocenos_fullwidth .banner_conocenos_title {
    font-size: 35px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff;
    margin-top: 20px; }
  .component_banner_conocenos_fullwidth .banner_conocenos_list i::before {
    color: #ffffff;
    font-size: 80px; }
  .component_banner_conocenos_fullwidth .banner_conocenos_list_iconText {
    font-size: 26px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff; }
  .component_banner_conocenos_fullwidth .banner_conocenos_list_compartir a,
  .component_banner_conocenos_fullwidth .banner_conocenos_list_compartir :hover {
    color: #ffffff;
    font-family: 'BentonLight', sans-serif;
    font-size: 12px;
    line-height: 15px; }
  .component_banner_conocenos_fullwidth .banner_conocenos_list_compartir a::after {
    content: '\02197';
    font-size: 10px;
    font-weight: bolder; }
  .component_banner_conocenos_fullwidth .banner_conocenos img {
    width: 70%; }
  .component_banner_conocenos_fullwidth .banner_conocenos_list {
    height: auto; }
  .component_banner_conocenos_fullwidth .banner_conocenos_subtitle {
    line-height: normal;
    max-width: 100%;
    flex: 0 0 100%;
    font-size: 20px;
    font-family: 'BentonBook', sans-serif; }
  .component_banner_cabeceraAutor_fullwidth {
    background: url("../images/autores/cabeceraAutor/cabeceraAutor1.png") no-repeat center;
    background-size: cover; }
  .component_banner_cabeceraAutor_fullwidth .banner_cabeceraAutor {
    /* detalle autores*/
    height: 250px; }
  .component_banner_cabeceraAutor_fullwidth .banner_cabeceraAutor_title {
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff; }
  .component_banner_cabeceraAutor_fullwidth .banner_cabeceraAutor_list i::before {
    color: #ffffff;
    font-size: 80px; }
  .component_banner_cabeceraAutor_fullwidth .banner_cabeceraAutor_list_iconText {
    font-size: 26px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff; }
  .component_banner_cabeceraAutor_fullwidth .banner_cabeceraAutor_list_compartir a,
  .component_banner_cabeceraAutor_fullwidth .banner_cabeceraAutor_list_compartir :hover {
    color: #ffffff;
    font-family: 'BentonLight', sans-serif;
    font-size: 12px;
    line-height: 15px; }
  .component_banner_cabeceraAutor_fullwidth .banner_cabeceraAutor_list_compartir a::after {
    content: '\02197';
    font-size: 10px;
    font-weight: bolder; }
  .component_banner_cabeceraAutor_fullwidth .banner_cabeceraAutor.overlight::before {
    height: calc(0vh + 250px); }
  .component_banner_documentosTrabajo_fullwidth {
    background: url("../images/documentosTrabajo.png") no-repeat center;
    background-size: cover; }
  /* detalle autores*/
  .component_banner_documentosTrabajo_fullwidth .banner_documentosTrabajo_title {
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff; }
  .component_banner_documentosTrabajo_fullwidth .banner_documentosTrabajo_list i::before {
    color: #ffffff;
    font-size: 80px; }
  .component_banner_documentosTrabajo_fullwidth .banner_documentosTrabajo_list_iconText {
    font-size: 26px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff; }
  .component_banner_documentosTrabajo_fullwidth .banner_documentosTrabajo_list_compartir a,
  .component_banner_documentosTrabajo_fullwidth .banner_documentosTrabajo_list_compartir :hover {
    color: #ffffff;
    font-family: 'BentonLight', sans-serif;
    font-size: 12px;
    line-height: 15px; }
  .component_banner_documentosTrabajo_fullwidth .banner_documentosTrabajo_list_compartir a::after {
    content: '\02197';
    font-size: 10px;
    font-weight: bolder; } }

@media screen and (max-width: 768px) and (max-width: 320px) {
  .component_banner_rrss_fullwidth {
    background: #1464a5 no-repeat center;
    background-size: cover; }
  /* detalle autores*/
  .component_banner_listaLecturas_fullwidth {
    background: url("../images/bg_azul.svg") no-repeat center;
    background-size: cover; }
  /* detalle autores*/
  .component_banner_subHeaderCarousel_fullwidth {
    background: url("../images/bg_verde.svg") no-repeat center;
    background-size: cover; }
  /* detalle autores*/
  .component_banner_conocenos_fullwidth {
    background: url("../images/bg_azul.svg") no-repeat center;
    background-size: cover; }
  /* detalle autores*/
  .component_banner_cabeceraAutor_fullwidth {
    background: url("../images/autores/cabeceraAutor/cabeceraAutor1.png") no-repeat center;
    background-size: cover; }
  .component_banner_cabeceraAutor_fullwidth .banner_cabeceraAutor {
    /* detalle autores*/
    height: 150px; }
  .component_banner_cabeceraAutor_fullwidth .banner_cabeceraAutor.overlight::before {
    height: calc(0vh + 150px); }
  .component_banner_documentosTrabajo_fullwidth {
    background: url("../images/documentosTrabajo.png") no-repeat center;
    background-size: cover; }
  /* detalle autores*/ }

/******************************************
		partial COMPONENT login
******************************************/
.component_login,
.component_reset_pass {
  padding-bottom: 75px;
  font-size: 13px; }

.component_login input:-webkit-autofill,
.component_login textarea:-webkit-autofill,
.component_login select:-webkit-autofill,
.component_reset_pass input:-webkit-autofill,
.component_reset_pass textarea:-webkit-autofill,
.component_reset_pass select:-webkit-autofill {
  background-color: #f4f4f4 !important; }

.component_login #login-step2,
.component_reset_pass #login-step2 {
  display: flex; }

.component_login .invalid-feedback,
.component_reset_pass .invalid-feedback {
  background-color: #ffffff;
  color: #121212;
  font-size: 12px;
  display: block;
  min-height: 31px; }

.component_login .invalid-feedback .icon-commu_alert:before,
.component_reset_pass .invalid-feedback .icon-commu_alert:before {
  content: '\e901';
  color: #dc3545;
  font-size: 15px;
  font-family: 'icon-bbva' !important; }

.component_login .was-validated .form-control:invalid:focus,
.component_login .form-control.is-invalid:focus,
.component_login .was-validated .custom-select:invalid:focus,
.component_login .custom-select.is-invalid:focus,
.component_login .was-validated .form-control:invalid,
.component_login .form-control.is-invalid,
.component_login .was-validated .custom-select:invalid,
.component_login .custom-select.is-invalid,
.component_reset_pass .was-validated .form-control:invalid:focus,
.component_reset_pass .form-control.is-invalid:focus,
.component_reset_pass .was-validated .custom-select:invalid:focus,
.component_reset_pass .custom-select.is-invalid:focus,
.component_reset_pass .was-validated .form-control:invalid,
.component_reset_pass .form-control.is-invalid,
.component_reset_pass .was-validated .custom-select:invalid,
.component_reset_pass .custom-select.is-invalid {
  background-color: #f8d7dc; }

.component_login .closeLogin,
.component_reset_pass .closeLogin {
  font-size: 30px;
  color: #00288F; }

.component_login .section_title,
.component_reset_pass .section_title {
  font-size: 20px;
  line-height: 30px;
  /*font-weight: bolder;*/
  font-family: 'BentonBook', sans-serif;
  /*font-family: $font_BentonLight;*/
  font-weight: 100; }

.component_login .formGroup_text,
.component_reset_pass .formGroup_text {
  width: 100%; }

.component_login .formGroup_text input.bggrey,
.component_reset_pass .formGroup_text input.bggrey {
  background-color: #f4f4f4; }

.component_login .msje_OK,
.component_reset_pass .msje_OK {
  font-size: 16px;
  font-weight: bolder;
  font-family: 'BentonBook', sans-serif; }

.component_login .loginBtns,
.component_reset_pass .loginBtns {
  height: 90px; }

.component_login .formGroup_checkbox input[type='checkbox'] + label,
.component_reset_pass .formGroup_checkbox input[type='checkbox'] + label {
  display: inline;
  padding: 7px 0 4px 30px;
  font-size: 13px; }

.component_login .boton,
.component_reset_pass .boton {
  font-family: 'BentonBook', sans-serif;
  padding: 17px 45px;
  height: 55px;
  display: inline-flex; }

.component_login .pass-wrapper,
.component_reset_pass .pass-wrapper {
  display: none; }

.component_login .description,
.component_reset_pass .description {
  color: #00288F;
  font-weight: bold;
  display: inline-block;
  line-height: 15px;
  font-size: 11px;
  margin-top: 10px; }

.component_login .configCuenta_perfil_form .formGroup_row,
.component_reset_pass .configCuenta_perfil_form .formGroup_row {
  margin-bottom: 0px; }

.component_login .configCuenta_perfil_form_box,
.component_reset_pass .configCuenta_perfil_form_box {
  display: flex;
  flex-direction: column;
  padding: 40px; }

.component_login .component_login .configCuenta_perfil_form_box--register .section_title,
.component_login .component_reset_pass .configCuenta_perfil_form_box--register .section_title {
  /*font-family: $font_BentonLight;
				font-weight: 100;*/
  text-align: left;
  margin-bottom: 20px; }

.component_login .component_login .configCuenta_perfil_form_box--register .configCuenta_perfil__image,
.component_login .component_reset_pass .configCuenta_perfil_form_box--register .configCuenta_perfil__image {
  width: 100%;
  margin-bottom: 20px; }

.component_login .component_login .configCuenta_perfil_form_box--register .form_botones,
.component_login .component_reset_pass .configCuenta_perfil_form_box--register .form_botones {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0; }

.component_login .component_login .configCuenta_perfil_form_box--register .form_botones .boton,
.component_login .component_reset_pass .configCuenta_perfil_form_box--register .form_botones .boton {
  padding: 17px 20px; }

.component_login_register,
.component_reset_pass_register {
  border-left: 1px solid #e9e9e9; }

.component_login__tabs,
.component_reset_pass__tabs {
  display: none;
  border-bottom: 1px solid #d3d3d3; }

.component_login__tabs__item,
.component_reset_pass__tabs__item {
  display: inline-flex;
  width: 50%; }

.component_login__tabs__link,
.component_reset_pass__tabs__link {
  position: relative;
  font-family: 'BentonBook', sans-serif;
  font-weight: 300;
  padding: 13px 20px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  color: #666666; }

.component_login__tabs__link.current,
.component_reset_pass__tabs__link.current {
  font-family: 'BentonMedium', sans-serif;
  color: #121212;
  font-weight: 500; }

.component_login__tabs__link.current:after,
.component_reset_pass__tabs__link.current:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background: #121212; }

.component_login__step,
.component_reset_pass__step {
  display: none; }

.component_login__step.visible,
.component_reset_pass__step.visible {
  display: flex; }

.component_login__step .form_botones,
.component_reset_pass__step .form_botones {
  padding: 30px 0 0; }

.component_login__step1 .configCuenta_perfil_form,
.component_reset_pass__step1 .configCuenta_perfil_form {
  display: flex;
  flex-direction: column; }

.component_login__step2 .email,
.component_reset_pass__step2 .email {
  text-align: center; }

.component_login__step2 .form_botones,
.component_reset_pass__step2 .form_botones {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.component_login__step2 .form_botones .btn_back,
.component_reset_pass__step2 .form_botones .btn_back {
  padding: 0 30px; }

.component_login__step2 .configCuenta_perfil_form_box,
.component_reset_pass__step2 .configCuenta_perfil_form_box {
  position: relative;
  width: 100%;
  padding: 0px; }

.component_login__forgot-pass,
.component_reset_pass__forgot-pass {
  text-align: right;
  padding: 50px 0 0; }

.component_login__step3 .section_title,
.component_reset_pass__step3 .section_title {
  font-size: 18px;
  line-height: 30px; }

.component_login__step3 .form_botones,
.component_reset_pass__step3 .form_botones {
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.component_login__step3 .configCuenta_perfil_form_box,
.component_reset_pass__step3 .configCuenta_perfil_form_box {
  padding: 0px; }

.component_reset_pass .configCuenta_perfil_form_box {
  padding: 0px; }

/**************************
media queries
***************************/
@media screen and (max-width: 768px) {
  .component_login .configCuenta_perfil_form_box {
    padding: 30px 10px; } }

@media screen and (max-width: 576px) {
  .component_login__tabs {
    display: flex; }
  .component_login_register {
    display: none; }
  .component_login .configCuenta_perfil_form_box {
    padding: 0; } }

/******************************************
		component para PAGINAS LOGADOS
******************************************/
.logado .header_noReg .header-container-top .headerTools .row .lista_menuTools .itemLista_lectura {
  display: inline-block; }

.logado .header_noReg .header-container-top .headerTools .row .lista_menuLogin.login_noreg {
  display: none; }

.logado .header_noReg .header-container-top .headerTools .row .lista_menuLogin.login_reg {
  display: inline-block; }

.component_subHeader_bienvenida {
  background: url("../images/bg_subHeader.svg") no-repeat;
  background-size: cover;
  font-family: 'BentonLight', sans-serif;
  color: #ffffff;
  letter-spacing: 1px;
  padding-bottom: 3rem; }

.component_subHeader_bienvenida .nameUser {
  font-size: 40px;
  line-height: 38px; }

.component_subHeader_bienvenida .textUser {
  font-size: 16px;
  margin-bottom: 0; }

.component_subHeader_bienvenida .row {
  height: auto; }

#section_publicacionesUltimas.reg .no_reg {
  display: none; }

#section_publicacionesUltimas.reg .reg {
  display: block; }

#section_publicacionesUltimas.reg .section_title {
  font-size: 30px;
  font-weight: bolder;
  font-family: 'BentonBook', sans-serif; }

#section_publicacionesUltimas.reg .filtros_sinResultados .lista_item .selected a {
  color: #ffffff;
  border-bottom: 2px solid #666666; }

#section_publicacionesUltimas.reg .filtros_sinResultados .lista_item .selected a [class*='icon-']::before {
  color: #ffffff; }

#section_publicacionesUltimas.no_reg .no_reg {
  display: block; }

#section_publicacionesUltimas .card-p-12 {
  padding: 8px 12px;
}

.component_publicacionesUltimasEsp__title {
  margin: 0 auto; }

#section_publicacionesUltimas.no_reg .reg {
  display: none; }

#section_publicacionesUltimas.no_reg .section_title {
  font-family: 'TiemposHeadline-Bold';
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0px;
  text-align: center;}

#section_publicacionesUltimasEsp.no_reg .no_reg {
  display: block; }

#section_publicacionesUltimasEsp.no_reg .reg {
  display: none; }

#section_publicacionesUltimasEsp.no_reg .section_title {
  font-size: 30px;
  font-weight: bolder;
  font-family: 'BentonBook', sans-serif; }

/**************************
media queries
***************************/
/******************************************
		estilos para quienes somos, conocenos, el equipo, lista de autores y autores detalle
******************************************/
.bg-grey {
  background-color: #f4f4f4; }

#page_autorDetalle #section_otrasPublicaciones {
  background-color: #f4f4f4; }

.autorConent .card {
  display: block; }

component_conocenos .imgWidth {
  width: 75%; }

/* clases para sección listado equipo*/
/* clases para sección listado equipo*/
/* clases para sección detalleAutor*/
/* clases para sección listado equipo*/
/* clases para sección listado equipo*/
/* clases para sección detalleAutor*/
/* clases para sección listado equipo*/
/* clases para sección listado equipo*/
.partial_lstAutores .card .card-body h5.card-title {
  font-weight: bolder;
  font-family: 'BentonMedium', sans-serif; }

.partial_lstAutores .card .card-body h5.card-title a {
  color: #666666; }

.partial_lstAutores .card .card-body .card-icon {
  cursor: pointer; }

.partial_lstAutores .card .card-body .card-icon [class^='icon-'] {
  font-size: 20px; }

.partial_lstAutores .card .card-body .card-icon [class^='icon-']::before {
  color: #00288F; }

/* clases para sección detalleAutor*/
/* clases para sección listado equipo*/
/* clases para sección listado equipo*/
/* clases para sección detalleAutor*/
.partial_content_detalleAutor .card-body {
  background-color: #ffffff;
  margin-top: -184px; }

.partial_content_detalleAutor .card-body h5.card-title {
  color: black;
  font-family: 'BentonBook', sans-serif;
  font-size: 23px; }

.partial_content_detalleAutor .card-body .card-subtitle {
  font-size: 15px; }

.partial_content_detalleAutor .card-body .lineBlue {
  background-color: #00288F;
  height: 8px;
  width: 70px;
  margin-bottom: 11px;
  margin-top: 10px; }

.partial_content_detalleAutor .card-body .lineBlue::after {
  position: absolute;
  content: '';
  left: 67px;
  border-left: 19px solid #00288F;
  border-bottom: 8px solid #fff;
  /* bottom: 0; */
  width: 24px;
  right: 0; }

.partial_content_detalleAutor .card-body .card-icon {
  cursor: pointer; }

.partial_content_detalleAutor .card-body .card-icon [class^='icon-'] {
  font-size: 25px; }

.partial_content_detalleAutor .card-body .card-icon [class^='icon-']::before {
  color: #00288F; }

.partial_content_detalleAutor .card-body img.autorDetalle {
  -o-object-fit: cover;
  object-fit: cover;
  height: 120px; }

/**************************
media queries
***************************/
@media screen and (max-width: 768px) {
  .imgWidth {
    width: 100%; } }

@media screen and (max-width: 576px) {
  .component_conocenos .imgWidth {
    width: 100%; }
  .partial_content_detalleAutor .card-body {
    background-color: #ffffff;
    margin-top: -170px; }
  .partial_content_detalleAutor .card-body img {
    width: 50%; }
  .partial_content_detalleAutor .card-body .lineBlue {
    background-color: #00288F;
    height: 8px;
    width: 70px;
    margin-bottom: 11px;
    margin-top: 10px;
    margin-left: 38%; }
  .partial_content_detalleAutor .card-body .lineBlue::after {
    right: initial;
    left: 185px; } }

@media screen and (max-width: 320px) {
  .partial_content_detalleAutor .card-body {
    background-color: #ffffff;
    margin-top: -150px; }
  .partial_content_detalleAutor .card-body .lineBlue {
    background-color: #00288F;
    height: 8px;
    width: 70px;
    margin-bottom: 11px;
    margin-top: 10px;
    margin-left: 33%; }
  .partial_content_detalleAutor .card-body .lineBlue::after {
    right: initial;
    left: 140px; } }

/* componente MENU TABS y MENU SELECT */
.tabsNavsGen .tabsNavs_gen {
  display: none; }

.tabsNavsGen .tabsNavs_gen.openContent {
  display: block; }

.tabsNavsGen .tabsNavs_gen_navList {
  position: relative;
  display: flex;
  border-bottom: 1px solid #d3d3d3;
  width: 100%;
  overflow: auto;
  white-space: nowrap;
  overflow-y: hidden; 
  margin-bottom: 24px;
}

.tabsNavsGen .tabsNavs_gen_navList i {
  display: none; }

.tabsNavsGen .tabsNavs_gen_navList_item a, .tabsNavsGen .tabsNavs_gen_navList_item p {
  position: relative;
  padding: 13px 20px;
  text-align: center;
  cursor: pointer;
  display: block; }

.tabsNavsGen .tabsNavs_gen_navList_item.current {
  border-bottom: 2px solid #070E46; }

.tabsNavsGen .tabsNavs_gen_navList_item.current:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background: #070E46; }

.tabsNavsGen .tabsNavs_gen_navList_item.current .tabsNavs_gen_navList_link {
  font-family: 'BBVA-Medium';
  color: #070E46;
}

.tabsNavsGen .tabsNavs_gen_navList_link {
  font-family: 'BBVA-Medium';
  font-size: 15.01px;
  line-height: 24px;
  color: #00288F;
}

.tabsNavsGen .tabsNavs_gen_navList_link:hover {
  color: #070E46;
}

.info {
  display: none; }

.info.active {
  display: block; }

.infos {
  display: inline-block;
  background: #ddd;
  padding: 10px;
  width: 90px;
  margin: 15px;
  border: #666 solid 2px;
  border-radius: 5px; }

/* clases para select dropdows */
.selectMenu {
  display: block; }

.selectMenu .dropdown {
  border-bottom: 1px solid #d3d3d3; }

.selectMenu a {
  background-color: #f4f4f4;
  font-family: 'BBVA-Book', sans-serif;
  font-size: 16px;
  height: 50px;
  padding: 20px 10px;
  line-height: 10px;
  display: block;
  cursor: pointer; }

.selectMenu a.dropdown-toggle {
  color: #212529; }

.selectMenu a.dropdown-toggle::after {
  float: right; }

.selectMenu a.dropdown-toggle:hover {
  color: #343a40; }

ul.dropdown-menu {
  border: none;
  background-color: #f4f4f4;
  padding: 0px;
  width: 100%; }

ul .dropdown-item {
  border-bottom: 1px solid #ffffff;
  color: #212529; }

ul .dropdown-item:hover {
  background-color: #f4f4f4;
  color: #d3d3d3; }

ul .dropdown-item:active {
  background-color: #f4f4f4;
  color: #d3d3d3; }

/* ***************
  medias queris
  *********************/
@media screen and (max-width: 767px) {
  .tabsNavsGen--mb-select .tabsNavs_gen_navList {
    flex-direction: column;
    background: #f4f4f4; }
  .tabsNavsGen--mb-select .tabsNavs_gen_navList .icon-nav-list {
    position: absolute;
    pointer-events: none;
    z-index: 2;
    right: 15px;
    top: 12px;
    font-size: 30px; }
  .tabsNavsGen--mb-select .tabsNavs_gen_navList .icon-nav-list:before {
    color: #2a86ca; }
  .tabsNavsGen--mb-select .tabsNavs_gen_navList .icon-nav-list.icon-nav_unfold {
    display: block; }
  .tabsNavsGen--mb-select .tabsNavs_gen_navList:after {
    bottom: -1px;
    height: 1px; }
  .tabsNavsGen--mb-select .tabsNavs_gen_navList_item {
    display: none;
    text-align: left;
    padding: 18px 15px 15px 15px; }
  .tabsNavsGen--mb-select .tabsNavs_gen_navList_item .tabsNavs_gen_navList_link {
    font-family: 'BentonBook', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    color: #bdbdbd; }
  .tabsNavsGen--mb-select .tabsNavs_gen_navList_item .tabsNavs_gen_navList_link:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0px;
    height: 1px;
    background: #ffffff; }
  .tabsNavsGen--mb-select .tabsNavs_gen_navList_item.current {
    display: block; }
  .tabsNavsGen--mb-select .tabsNavs_gen_navList_item.current:after {
    display: none; }
  .tabsNavsGen--mb-select .tabsNavs_gen_navList_item.current .tabsNavs_gen_navList_link {
    font-family: 'BentonBook', sans-serif;
    /*color: $darkgrey;*/ }
  .tabsNavsGen--mb-select .tabsNavs_gen_navList.open .tabsNavs_gen_navList_item {
    display: block; }
  .tabsNavsGen--mb-select .tabsNavs_gen_navList.open .icon-nav_fold {
    display: block; }
  .tabsNavsGen--mb-select .tabsNavs_gen_navList.open .icon-nav_unfold {
    display: none; } }

/******************************************
		estilos para quienes somos, conocenos, el equipo, lista de autores y autores detalle
******************************************/
.component_previsiones ul.dropdown-menu {
  min-width: 100%;
  max-height: 229px;
  overflow-y: scroll; }

/* clases para componente previsiones*/
/* leyenda */
.component_previsiones ul.lstIndiceFrame,
.component_previsiones ul.lstZonaFrame {
  overflow-y: auto;
  max-height: 200px; }

/*height: 65px;*/
.component_previsiones .icon-tools_excel,
.component_previsiones .icon-tools_pdf {
  font-size: 25px;
  top: 0; }

.component_previsiones .item-subselect a {
  font-size: 14px; }

.component_previsiones .item-select a {
  font-size: 14px;
  color: #666666;
  font-family: 'BentonMedium', sans-serif; }

.component_previsiones .disabled {
  pointer-events: none;
  cursor: default; }

.component_previsiones .panel-img-indicadores .tabsNavs_n2_previsiones a {
  font-family: 'BentonLight', sans-serif;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #f4f4f4;
  font-size: 12px;
  padding: 10px 20px; }

.component_previsiones .panel-img-indicadores .tabsNavs_n2_previsiones a:hover {
  color: #00288F; }

.component_previsiones .panel-img-indicadores .tabsNavs_n2_previsiones a.active {
  background-color: #f4f4f4; }

.component_previsiones .panel-img-indicadores #mapadinamico,
.component_previsiones .panel-img-indicadores #graficoprevisiones {
  margin-top: -2px; }

.component_previsiones .panel-img-indicadores img {
  width: 100%; }

.component_previsiones .leyenda {
  margin: 0px 0px 50px 0px; }

.component_previsiones .leyenda .row {
  margin: 0px; }

.component_previsiones .leyendaPrevisiones {
  font-size: 11px;
  padding: 10px;
  display: flex;
  align-items: center;
  height: 50px;
  flex: 1;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #f4f4f4; }

.component_previsiones .leyendaPrevisiones > div {
  display: flex; }

.component_previsiones span:first-of-type {
  margin-right: 5px; }

.component_previsiones .icon-tools_excel:before {
  color: #00288F; }

.component_previsiones .icon-tools_pdf:before {
  color: #00288F; }

.component_previsiones .dObservado {
  width: 20px;
  background-color: #fff; }

.component_previsiones .dEstimado {
  width: 20px;
  background-color: #ffff9f; }

.component_previsiones .dPrevisto {
  width: 20px;
  background-color: #c9e2ef; }

.component_previsiones .revisadoAlza:after {
  content: '\e9a8';
  color: #48ae64;
  font-weight: bolder;
  transform: rotate(30deg);
  font-size: 10px;
  font-family: 'icon-bbva'; }

.component_previsiones .revisadoBaja:after {
  content: '\e9a5';
  color: #dd4b39;
  font-weight: bolder;
  font-size: 10px;
  font-family: 'icon-bbva'; }

/* clases para datosBanca*/
/* clases para tabla previsiones*/
/* clases para tabla previsiones indices*/
/* clases para tabla datosBanca*/
/* clases para conocenos */
#conocenosContent .imgWidth {
  width: 100%; }

.tablaPrevisionIndices ul.dropdown-menu {
  min-width: 100%;
  max-height: 229px;
  overflow-y: scroll; }

/* clases para componente previsiones*/
/* clases para datosBanca*/
/* clases para tabla previsiones*/
.tablaPrevisionIndices {
  overflow: hidden; }

.tablaPrevisionIndices .overTableIndice {
  margin-left: 26%;
  overflow-y: visible;
  padding: 0; }

.tablaPrevisionIndices table {
  overflow-x: auto;
  border: none;
  border-spacing: 0;
  border-collapse: separate; }

.tablaPrevisionIndices table thead th {
  text-align: center;
  border-bottom: 1px solid #f2f7f9; }

.tablaPrevisionIndices table th,
.tablaPrevisionIndices table td {
  /*border-right: 1px solid $colorBlue-white-extralight;*/
  border-bottom: 1px solid #e8e9e8;
  padding: 9px 9px;
  border-top: none;
  text-align: centert;
  font-size: 14px;
  margin: 0;
  overflow-y: hidden;
  height: 44px; }

.tablaPrevisionIndices table th.datostd,
.tablaPrevisionIndices table td.datostd {
  font-size: 12px;
  min-width: 100px;
  text-align: center; }

.tablaPrevisionIndices table th.datoPrevisto,
.tablaPrevisionIndices table td.datoPrevisto {
  background-color: #e2f1f9; }

.tablaPrevisionIndices table th.datoEstimado,
.tablaPrevisionIndices table td.datoEstimado {
  background-color: #ffff9f; }

.tablaPrevisionIndices table th :first-child,
.tablaPrevisionIndices table td :first-child {
  border-left: none; }

.tablaPrevisionIndices table th :last-child,
.tablaPrevisionIndices table td :last-child {
  border-right: none; }

.tablaPrevisionIndices table th.static,
.tablaPrevisionIndices table td.static {
  position: absolute;
  left: 0;
  top: auto;
  border-top-width: 1px;
  color: #121212;
  /*only relevant for first row*/
  margin-top: -1px;
  /*compensate for top border*/
  text-align: left;
  line-height: normal;
  min-height: 44px;
  min-height: 43px;
  margin-top: 0px;
  width: 26.5%; }

.tablaPrevisionIndices table th.static :before,
.tablaPrevisionIndices table td.static :before {
  content: 'Row'; }

.tablaPrevisionIndices table th.static.nivel1,
.tablaPrevisionIndices table td.static.nivel1 {
  padding-left: 15px !important; }

.tablaPrevisionIndices table th.static.nivel2,
.tablaPrevisionIndices table td.static.nivel2 {
  padding-left: 30px !important; }

.tablaPrevisionIndices table th.static.nivel3,
.tablaPrevisionIndices table td.static.nivel3 {
  padding-left: 55px !important; }

.tablaPrevisionIndices table th.headth,
.tablaPrevisionIndices table td.headth {
  font-weight: bolder;
  font-family: 'BentonMedium', sans-serif;
  min-height: 44px; }

.tablaPrevisionIndices table th.headth.bg-soft-grey,
.tablaPrevisionIndices table td.headth.bg-soft-grey {
  background-color: #f4f4f4; }

.tablaPrevisionIndices table th .icon-icon-nav_arrowDown:before,
.tablaPrevisionIndices table td .icon-icon-nav_arrowDown:before {
  content: '\e9a8';
  color: #48ae64;
  font-weight: bolder;
  transform: rotate(30deg);
  font-size: 10px; }

.tablaPrevisionIndices table th .icon-icon-nav_arrowDown:after,
.tablaPrevisionIndices table td .icon-icon-nav_arrowDown:after {
  content: '\e9a5';
  color: #dd4b39;
  font-weight: bolder;
  font-size: 10px; }

.tablaPrevisionIndices table th span.f-tooltip,
.tablaPrevisionIndices table td span.f-tooltip {
  display: none;
  opacity: 0;
  max-width: 210px;
  color: black;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #094fa4;
  background-color: #fff;
  padding: 5px;
  text-align: left;
  /*display: inline;*/
  /* Position the tooltip */
  position: absolute;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out; }

.tablaPrevisionIndices table th span.data-value:hover + span.f-tooltip,
.tablaPrevisionIndices table td span.data-value:hover + span.f-tooltip {
  min-width: 170px;
  display: inherit;
  opacity: 0.8;
  z-index: 1; }

/* clases para tabla previsiones indices*/
/* clases para tabla datosBanca*/
/* clases para conocenos */
#conocenosContent .imgWidth {
  width: 100%; }

.tablaPrevisionZona ul.dropdown-menu {
  min-width: 100%;
  max-height: 229px;
  overflow-y: scroll; }

/* clases para componente previsiones*/
/* clases para datosBanca*/
/* clases para tabla previsiones*/
/* clases para tabla previsiones indices*/
.tablaPrevisionZona {
  overflow: hidden; }

.tablaPrevisionZona .overTableZona {
  margin-left: 26%;
  overflow-y: visible;
  padding: 0; }

.tablaPrevisionZona table {
  overflow-x: auto;
  border: none;
  border-spacing: 0;
  border-collapse: separate; }

.tablaPrevisionZona table thead th {
  text-align: center;
  border-bottom: 2px solid #121212;
  color: #121212;
  height: 44px; }

.tablaPrevisionZona table th,
.tablaPrevisionZona table td {
  /*border-right: 1px solid $colorBlue-white-extralight;*/
  border-bottom: 1px solid #e8e9e8;
  padding: 9px 9px;
  border-top: none;
  text-align: center;
  font-size: 14px;
  overflow-y: hidden;
  height: 44px; }

.tablaPrevisionZona table th.datostd,
.tablaPrevisionZona table td.datostd {
  font-size: 12px;
  min-width: 100px;
  text-align: center; }

.tablaPrevisionZona table th.datoPrevisto,
.tablaPrevisionZona table td.datoPrevisto {
  background-color: #c9e2ef; }

.tablaPrevisionZona table th.datoEstimado,
.tablaPrevisionZona table td.datoEstimado {
  background-color: #ffff9f; }

.tablaPrevisionZona table th :first-child,
.tablaPrevisionZona table td :first-child {
  border-left: none; }

.tablaPrevisionZona table th :last-child,
.tablaPrevisionZona table td :last-child {
  border-right: none; }

.tablaPrevisionZona table th.static,
.tablaPrevisionZona table td.static {
  position: absolute;
  left: 0;
  top: auto;
  border-top-width: 1px;
  color: #121212;
  /*only relevant for first row*/
  margin-top: -1px;
  /*compensate for top border*/
  text-align: left;
  line-height: normal;
  min-height: 44px;
  margin-top: 0px;
  width: 26.5%; }

.tablaPrevisionZona table th.static :before,
.tablaPrevisionZona table td.static :before {
  content: 'Row'; }

.tablaPrevisionZona table th.static.nivel1,
.tablaPrevisionZona table td.static.nivel1 {
  padding-left: 15px !important; }

.tablaPrevisionZona table th.static.nivel2,
.tablaPrevisionZona table td.static.nivel2 {
  padding-left: 30px !important; }

.tablaPrevisionZona table th.static.nivel3,
.tablaPrevisionZona table td.static.nivel3 {
  padding-left: 55px !important; }

.tablaPrevisionZona table th.headth,
.tablaPrevisionZona table td.headth {
  font-weight: bolder;
  font-family: 'BentonMedium', sans-serif;
  min-height: 44px; }

.tablaPrevisionZona table th.headth.bg-soft-grey,
.tablaPrevisionZona table td.headth.bg-soft-grey {
  background-color: #f4f4f4; }

.tablaPrevisionZona table th .icon-icon-nav_arrowDown:before,
.tablaPrevisionZona table td .icon-icon-nav_arrowDown:before {
  content: '\e9a8';
  color: #48ae64;
  font-weight: bolder;
  transform: rotate(30deg);
  font-size: 10px; }

.tablaPrevisionZona table th .icon-icon-nav_arrowDown:after,
.tablaPrevisionZona table td .icon-icon-nav_arrowDown:after {
  content: '\e9a5';
  color: #dd4b39;
  font-weight: bolder;
  font-size: 10px; }

.tablaPrevisionZona table th span.f-tooltip,
.tablaPrevisionZona table td span.f-tooltip {
  display: none;
  opacity: 0;
  max-width: 210px;
  color: black;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #094fa4;
  background-color: #fff;
  padding: 5px;
  text-align: left;
  /*display: inline;*/
  /* Position the tooltip */
  position: absolute;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out; }

.tablaPrevisionZona table th span.data-value:hover + span.f-tooltip,
.tablaPrevisionZona table td span.data-value:hover + span.f-tooltip {
  min-width: 170px;
  display: inherit;
  opacity: 0.8;
  z-index: 1; }

/* clases para tabla datosBanca*/
/* clases para conocenos */
#conocenosContent .imgWidth {
  width: 100%; }

.component_datosBanca ul.dropdown-menu {
  min-width: 100%;
  max-height: 229px;
  overflow-y: scroll; }

/* clases para componente previsiones*/
/* clases para datosBanca*/
.component_datosBanca .descarga {
  color: #00288F;
  font-family: 'BentonMedium', sans-serif;
  font-size: 1rem;
  text-align: right; }

.component_datosBanca .descarga ::after {
  color: #00288F; }

.component_datosBanca .descarga ::before {
  color: #00288F; }

.component_datosBanca ul.list_n1 {
  overflow-y: auto;
  max-height: 200px; }

.component_datosBanca .rowMenuDrop {
  margin-bottom: 30px; }

.component_datosBanca .rowMenuDrop .selectMenu {
  padding-left: 0px; }

.component_datosBanca .icon-tools_excel,
.component_datosBanca .icon-tools_pdf {
  font-size: 25px;
  top: 0; }

.component_datosBanca .item-select a {
  font-size: 16px;
  color: #666666;
  font-family: 'BentonBook', sans-serif; }

.component_datosBanca .disabled {
  pointer-events: none;
  cursor: default; }

.component_datosBanca .imgWidth {
  width: 100%; }

.component_datosBanca .panel-img-indicadores a {
  font-family: 'BentonLight', sans-serif;
  cursor: pointer; }

.component_datosBanca .panel-img-indicadores a:hover {
  color: #00288F; }

.component_datosBanca .panel-img-indicadores .imgWidth {
  width: 100%; }

/* clases para tabla previsiones*/
/* clases para tabla previsiones indices*/
/* clases para tabla datosBanca*/
/* clases para conocenos */
#conocenosContent .imgWidth {
  width: 100%; }

.tablaDatosBanca ul.dropdown-menu {
  min-width: 100%;
  max-height: 229px;
  overflow-y: scroll; }

/* clases para componente previsiones*/
/* clases para datosBanca*/
/* clases para tabla previsiones*/
/* clases para tabla previsiones indices*/
/* clases para tabla datosBanca*/
.tablaDatosBanca {
  overflow: hidden; }

.tablaDatosBanca .overTableBanca {
  overflow-x: scroll;
  margin-left: 27.4%;
  padding: 0;
  margin-top: 40px; }

.tablaDatosBanca .overTableBanca:first-child {
  margin-top: 15px;
  margin-bottom: 0px; }

.tablaDatosBanca .variacion {
  border-top: 2px solid #121212; }

.tablaDatosBanca .variacion span {
  font-family: 'BentonBold', sans-serif;
  color: #121212;
  /*border-bottom: 3px solid $black;*/ }

.tablaDatosBanca table {
  overflow-x: auto;
  border: none;
  border-spacing: 0;
  border-collapse: separate;
  margin-bottom: 0px; }

.tablaDatosBanca table thead th {
  text-align: center;
  border-bottom: 2px solid #121212;
  color: #121212; }

.tablaDatosBanca table th,
.tablaDatosBanca table td {
  /*border-right: 1px solid $colorBlue-white-extralight;*/
  border-bottom: 1px solid #e8e9e8;
  padding: 9px 9px;
  border-top: none;
  text-align: center;
  font-size: 14px;
  overflow-y: hidden;
  height: 44px; }

.tablaDatosBanca table th.datostd,
.tablaDatosBanca table td.datostd {
  font-size: 12px;
  min-width: 100px;
  text-align: center; }

.tablaDatosBanca table th.total,
.tablaDatosBanca table td.total {
  background-color: rgba(216, 240, 251, 0.73); }

.tablaDatosBanca table th.datoPrevisto,
.tablaDatosBanca table td.datoPrevisto {
  background-color: #c9e2ef; }

.tablaDatosBanca table th.datoEstimado,
.tablaDatosBanca table td.datoEstimado {
  background-color: #ffff9f; }

.tablaDatosBanca table th :first-child,
.tablaDatosBanca table td :first-child {
  border-left: none; }

.tablaDatosBanca table th :last-child,
.tablaDatosBanca table td :last-child {
  border-right: none; }

.tablaDatosBanca table th.static,
.tablaDatosBanca table td.static {
  position: absolute;
  left: 0;
  top: auto;
  border-top-width: 1px;
  color: #121212;
  /*only relevant for first row*/
  margin-top: -1px;
  /*compensate for top border*/
  text-align: left;
  line-height: normal;
  min-height: 44px;
  left: 15px;
  padding-left: 15px !important;
  margin-top: 0px;
  width: 26.5%; }

.tablaDatosBanca table th.static :before,
.tablaDatosBanca table td.static :before {
  content: 'Row'; }

.tablaDatosBanca table th.static.nivel1,
.tablaDatosBanca table td.static.nivel1 {
  padding-left: 15px !important; }

.tablaDatosBanca table th.static.nivel2,
.tablaDatosBanca table td.static.nivel2 {
  padding-left: 30px !important; }

.tablaDatosBanca table th.static.nivel3,
.tablaDatosBanca table td.static.nivel3 {
  padding-left: 55px !important; }

.tablaDatosBanca table th.headth,
.tablaDatosBanca table td.headth {
  font-weight: bolder;
  font-family: 'BentonMedium', sans-serif;
  min-height: 44px; }

.tablaDatosBanca table th.headth.bg-soft-grey,
.tablaDatosBanca table td.headth.bg-soft-grey {
  background-color: #f4f4f4; }

.tablaDatosBanca table th .icon-icon-nav_arrowDown:before,
.tablaDatosBanca table td .icon-icon-nav_arrowDown:before {
  content: '\e9a8';
  color: #48ae64;
  font-weight: bolder;
  transform: rotate(30deg);
  font-size: 10px; }

.tablaDatosBanca table th .icon-icon-nav_arrowDown:after,
.tablaDatosBanca table td .icon-icon-nav_arrowDown:after {
  content: '\e9a5';
  color: #dd4b39;
  font-weight: bolder;
  font-size: 10px; }

/* clases para conocenos */
#conocenosContent .imgWidth {
  width: 100%; }

/**************************
media queries
***************************/
@media screen and (max-width: 992px) {
  /* leyenda */
  .component_previsiones .imgWidth {
    width: 100%; }
  .component_previsiones .leyendaPrevisiones {
    flex-direction: row;
    margin-bottom: 20px;
    background-color: #f4f4f4; }
  .component_previsiones .leyendaPrevisiones > div {
    margin-bottom: 10px; }
  /* clases para tabla previsiones*/
  /* clases para tabla previsiones*/
  .tablaPrevisionIndices {
    padding-top: 0; }
  .tablaPrevisionIndices table th.static,
  .tablaPrevisionIndices table td.static {
    width: 130px; }
  /* clases para tabla previsiones*/
  .tablaPrevisionZona {
    padding-top: 0px; }
  .tablaPrevisionZona table th.static,
  .tablaPrevisionZona table td.static {
    width: 130px; }
  /* clases para tabla previsiones*/
  /* clases para tabla previsiones*/
  .component_previsiones .panel-img-indicadores #graficoprevisiones {
    padding-bottom: 20px !important; }
  #graficoprevisiones .rowMenuDrop .btn-group {
    margin-top: 5px !important; }
  .component_previsiones .rowMenuDrop {
    margin-bottom: 0 !important; }
  .component_previsiones .container .row .mb-5 {
    margin-bottom: 15px !important; }
  #graficobanca .rowMenuDrop .selectMenu {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .component_datosBanca .rowMenuDrop {
    margin-bottom: 10px; }
  .tablaPrevisionZona table th.static,
  .tablaPrevisionZona table td.static {
    min-height: 0;
    height: 44px; } }

@media screen and (max-width: 768px) {
  /* leyenda */
  .component_previsiones .imgWidth {
    width: 100%; }
  .component_previsiones .leyendaPrevisiones {
    flex-direction: row;
    margin-bottom: 20px;
    height: initial; }
  .component_previsiones .leyendaPrevisiones > div {
    margin-bottom: 10px; }
  /* clases para tabla previsiones*/
  /* clases para tabla banca*/
  /* clases para tabla previsiones*/
  .tablaPrevisionIndices {
    padding-top: 10px; }
  .tablaPrevisionIndices .overTableIndice {
    margin-left: 175px; }
  .tablaPrevisionIndices table th,
  .tablaPrevisionIndices table td {
    height: 44px; }
  .tablaPrevisionIndices table th.static,
  .tablaPrevisionIndices table td.static {
    width: 192px; }
  /* clases para tabla banca*/
  /* clases para tabla previsiones*/
  .tablaPrevisionZona {
    padding-top: 0; }
  .tablaPrevisionZona .overTableZona {
    margin-left: 26%; }
  .tablaPrevisionZona table th,
  .tablaPrevisionZona table td {
    height: 44px; }
  .tablaPrevisionZona table th.static,
  .tablaPrevisionZona table td.static {
    width: 192px; }
  /* clases para tabla banca*/
  /* clases para tabla previsiones*/
  /* clases para tabla banca*/
  /* clases para tabla previsiones*/
  /* clases para tabla banca*/
  .tablaDatosBanca {
    padding-top: 0; }
  .tablaDatosBanca .overTableBanca {
    margin-left: 175px; }
  .tablaDatosBanca table th,
  .tablaDatosBanca table td {
    height: 44px; }
  .tablaDatosBanca table th.static,
  .tablaDatosBanca table td.static {
    width: 192px; } }

@media screen and (max-width: 576px) {
  /* leyenda */
  .component_previsiones .imgWidth {
    width: 100%; }
  .component_previsiones .leyendaPrevisiones {
    flex-direction: column;
    margin-bottom: 20px;
    align-items: start; }
  .component_previsiones .leyendaPrevisiones > div {
    margin-bottom: 10px; }
  /* clases para tabla previsiones*/
  /* clases para tabla banca*/
  /* clases para tabla previsiones*/
  .tablaPrevisionIndices {
    padding-top: 0; }
  .tablaPrevisionIndices .overTableIndice {
    margin-left: 175px; }
  .tablaPrevisionIndices table th,
  .tablaPrevisionIndices table td {
    height: 44px; }
  .tablaPrevisionIndices table th.static,
  .tablaPrevisionIndices table td.static {
    width: 192px; }
  /* clases para tabla banca*/
  /* clases para tabla previsiones*/
  /* clases para tabla banca*/
  .tablaPrevisionZona {
    padding-top: 0; }
  .tablaPrevisionZona .overTableZona {
    margin-left: 175px; }
  .tablaPrevisionZona table th,
  .tablaPrevisionZona table td {
    height: 44px; }
  .tablaPrevisionZona table th.static,
  .tablaPrevisionZona table td.static {
    width: 192px; }
  /* clases para tabla previsiones*/
  /* clases para tabla banca*/
  /* clases para tabla previsiones*/
  /* clases para tabla banca*/
  .tablaDatosBanca {
    padding-top: 0; }
  .tablaDatosBanca .overTableBanca {
    margin-left: 175px; }
  .tablaDatosBanca table th,
  .tablaDatosBanca table td {
    height: 44px; }
  .tablaDatosBanca table th.static,
  .tablaDatosBanca table td.static {
    width: 192px; } }

@media screen and (max-width: 320px) {
  .component_previsiones .imgWidth {
    width: 100%; }
  /* clases para component_datosBanca*/
  /* clases para tabla banca*/
  /* clases para tabla previsiones*/
  /* clases para component_datosBanca*/
  /* clases para tabla banca*/
  /* clases para tabla previsiones*/
  .tablaPrevisionIndices {
    padding-top: 0; }
  .tablaPrevisionIndices .overTableIndice {
    margin-left: 125px; }
  .tablaPrevisionIndices table th,
  .tablaPrevisionIndices table td {
    height: 44px; }
  .tablaPrevisionIndices table th.static,
  .tablaPrevisionIndices table td.static {
    width: 140px; }
  /* clases para component_datosBanca*/
  /* clases para tabla banca*/
  /* clases para tabla previsiones*/
  .tablaPrevisionZona {
    padding-top: 0; }
  .tablaPrevisionZona .overTableZona {
    margin-left: 125px; }
  .tablaPrevisionZona table th,
  .tablaPrevisionZona table td {
    height: 44px; }
  .tablaPrevisionZona table th.static,
  .tablaPrevisionZona table td.static {
    width: 140px; }
  /* clases para component_datosBanca*/
  .component_datosBanca .icon-tools_excel,
  .component_datosBanca .icon-tools_pdf {
    font-size: 25px;
    top: 0; }
  .component_datosBanca .imgWidth {
    width: 100%; }
  /* clases para tabla banca*/
  /* clases para tabla previsiones*/
  /* clases para component_datosBanca*/
  /* clases para tabla banca*/
  .tablaDatosBanca {
    padding-top: 0px; }
  .tablaDatosBanca .overTableBanca {
    margin-left: 125px; }
  .tablaDatosBanca table th,
  .tablaDatosBanca table td {
    height: 44px;
    font-size: 12px; }
  .tablaDatosBanca table th.static,
  .tablaDatosBanca table td.static {
    width: 140px; }
  /* clases para tabla previsiones*/ }

/******************************************
		_component resultados busqueda
******************************************/
#page_resultadosBusqueda {
  background-color: #f4f4f4; }

#page_resultadosBusqueda .seccionesResultadoBusqueda,
#page_resultadosBusqueda .resultados_busqueda .colum-center .secc-noticias,
#page_resultadosBusqueda .resultados_busqueda .colum-center .secc-multimedia {
  box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 1px -1px;
  border-radius: 1px;
  margin: 3% 0; }

#page_resultadosBusqueda .resultados_busqueda .colum-left {
  margin: 3% 0;
  background-color: #ffffff;
  height: calc(100vh);
  padding: 15px; }

#page_resultadosBusqueda .resultados_busqueda .verTodo {
  font-family: 'BentonMedium', sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #00288F;
  padding: 10px 0px;
  cursor: pointer; }

#page_resultadosBusqueda .resultados_busqueda .verTodo .icon-nav_add:before {
  content: '\e991';
  color: #1070ba; }

#page_resultadosBusqueda .resultados_busqueda .secc-filtros {
  padding: 20px; }

#page_resultadosBusqueda .resultados_busqueda .secc-filtros .title {
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: 1px solid #d3d3d3; }

#page_resultadosBusqueda .resultados_busqueda .secc-filtros .title .icon-tools_filter:before {
  color: #666666;
  font-size: 20px;
  margin-right: 5px; }

#page_resultadosBusqueda .resultados_busqueda .secc-filtros .secc-filtros__close {
  display: none;
  position: absolute;
  right: 15px;
  top: 20px;
  font-size: 16px; }

#page_resultadosBusqueda .resultados_busqueda .secc-filtros .secc-filtros__close .icon-nav_close:before {
  color: #666666; }

#page_resultadosBusqueda .resultados_busqueda .colum-center {
  margin: 3% 0; }

#page_resultadosBusqueda .resultados_busqueda .colum-center ul.lista_labels li a {
  padding: 8px;
  font-family: 'BentonMediumItalic', sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #666666;
  background-color: #f4f4f4;
  border-bottom: 1px solid #666666;
  display: block;
  widows: auto; }

#page_resultadosBusqueda .resultados_busqueda .colum-center ul.lista_labels li.selected a {
  color: #ffffff;
  background-color: #666666;
  font-family: 'BentonBookItalic', sans-serif; }

#page_resultadosBusqueda .resultados_busqueda .colum-center ul.lista_labels li.selected a i.icon-nav_close::before {
  color: #ffffff;
  font-size: 15px;
  padding-right: 10px; }

#page_resultadosBusqueda .resultados_busqueda .colum-center ul.lista_labels li.selected.textfilter a {
  color: #fade8e; }

#page_resultadosBusqueda
.resultados_busqueda
.colum-center
ul.lista_labels
li.selected.textfilter
a
i.icon-nav_close::before {
  color: #fade8e; }

#page_resultadosBusqueda .resultados_busqueda .colum-center .boton_azul {
  background-color: #00288F;
  border: 0px;
  color: #ffffff;
  font-size: 15px;
  line-height: 16px;
  padding: 10px 10px;
  height: 35px;
  cursor: pointer;
  justify-items: right; }

#page_resultadosBusqueda .resultados_busqueda .colum-center > div {
  margin-bottom: 5%;
  padding: 10px; }

#page_resultadosBusqueda .resultados_busqueda .colum-center .secc-filtros-items {
  margin-top: 3%; }

#page_resultadosBusqueda .resultados_busqueda .colum-center .secc-noticias {
  background-color: #ffffff; }

#page_resultadosBusqueda .resultados_busqueda .colum-center .secc-multimedia {
  background-color: #ffffff; }

#page_resultadosBusqueda .resultados_busqueda .colum-center .verTodo {
  font-family: 'BentonMedium', sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #00288F;
  padding: 10px 0px;
  cursor: pointer; }

#page_resultadosBusqueda .resultados_busqueda .colum-center .modal-dialog {
  max-width: 40%; }

#page_resultadosBusqueda .resultados_busqueda .colum-center .modal-header {
  background-color: #f4f4f4;
  border-radius: 0px; }

#page_resultadosBusqueda .resultados_busqueda .colum-center .modal-body {
  border-radius: 0px; }

#page_resultadosBusqueda .resultados_busqueda .colum-center .modal-content {
  border-radius: 0px; }

#page_resultadosBusqueda .resultados_busqueda .colum-center .close {
  color: #00288F;
  text-shadow: none;
  opacity: 1; }

#page_resultadosBusqueda .resultados_busqueda .colum-center .close_search {
  display: none; }

#page_resultadosBusqueda .resultados_busqueda .colum-center .formGroup_text {
  display: flex;
  flex-grow: 1;
  justify-content: space-around; }

#page_resultadosBusqueda .resultados_busqueda .colum-center .formGroup_text .awesomplete {
  width: 100%; }

#page_resultadosBusqueda .resultados_busqueda .colum-center .formGroup_text i.spherica-search {
  position: absolute;
  font-size: 25px;
  top: 20px;
  left: 0; }

#page_resultadosBusqueda .resultados_busqueda .colum-center .formGroup_text .spherica-search:before {
  color: #bdbdbd; }

#page_resultadosBusqueda .resultados_busqueda .colum-center .formGroup_text .formText {
  padding: 18px 15px 0 35px;
  width: 90%;
  margin-bottom: 20px; }

#page_resultadosBusqueda .resultados_busqueda .colum-center .content_buscador {
  padding-left: 0px;
  padding-right: 0px; }

#page_resultadosBusqueda .resultados_busqueda .colum-right {
  margin: 3% 0; }

#page_resultadosBusqueda .resultados_busqueda .colum-right > div {
  margin: 3% 0;
  padding: 20px;
  background-color: #ffffff; }

#page_resultadosBusqueda .resultados_busqueda .colum-right .other_results .title {
  text-transform: uppercase;
  padding-bottom: 5px; }

#page_resultadosBusqueda .resultados_busqueda .colum-right .other_search .title {
  text-transform: uppercase;
  padding-bottom: 5px; }

#page_resultadosBusqueda .headerSearchResult .filtroOrden {
  display: flex;
  height: 200px;
  align-items: center;
  justify-items: right;
  flex-wrap: wrap; }

#page_resultadosBusqueda .headerSearchResult .selectOrden {
  width: 100%;
  background-color: #ffffff;
  height: 60px;
  padding: 10px;
  border-bottom: 1px solid #666666; }

/**************************
media queries
***************************/
@media screen and (max-width: 768px) {
  #page_resultadosBusqueda .resultados_busqueda .colum-left {
    margin: 2%;
    display: none; }
  #page_resultadosBusqueda .resultados_busqueda .colum-left.show {
    display: block; }
  #page_resultadosBusqueda .resultados_busqueda .colum-left .secc-filtros__close {
    display: block; }
  #page_resultadosBusqueda .resultados_busqueda .colum-center .modal-dialog {
    max-width: 90%; }
  #page_resultadosBusqueda .headerSearchResult .filtroOrden {
    height: initial; }
  #page_resultadosBusqueda .headerSearchResult .selectOrden {
    width: 100%;
    background-color: #ffffff;
    height: 60px;
    padding: 10px;
    border-bottom: 1px solid #666666; } }

@media screen and (max-width: 576px) {
  #page_resultadosBusqueda .resultados_busqueda .colum-left {
    margin: 3%; }
  #page_resultadosBusqueda .resultados_busqueda .colum-center .modal-dialog {
    max-width: 90%; }
  #page_resultadosBusqueda .headerSearchResult .filtroOrden {
    height: initial; }
  #page_resultadosBusqueda .headerSearchResult .selectOrden {
    width: 100%;
    background-color: #ffffff;
    height: 60px;
    padding: 10px;
    border-bottom: 1px solid #666666; } }

@media screen and (max-width: 320px) {
  #page_resultadosBusqueda .resultados_busqueda .colum-left {
    margin: 5%; }
  #page_resultadosBusqueda .resultados_busqueda .colum-center .modal-dialog {
    max-width: 100%; }
  #page_resultadosBusqueda .headerSearchResult .filtroOrden {
    height: initial; }
  #page_resultadosBusqueda .headerSearchResult .selectOrden {
    width: 100%;
    background-color: #ffffff;
    height: 60px;
    padding: 10px;
    border-bottom: 1px solid #666666; } }

/* componente ORAGNIGRAMA en la pagina de quienes somos */
.component_organigrama .organigramaList .nav-tabs {
  margin: 20px 0px;
  border-bottom: 1px solid #d3d3d3; }

.component_organigrama .organigramaList .nav-tabs .nav-item {
  position: relative;
  min-width: 150px;
  padding: 13px 20px;
  text-align: center;
  cursor: pointer; }

.component_organigrama .organigramaList .nav-tabs .nav-link {
  font-family: 'BentonBook', sans-serif;
  font-size: 14px;
  line-height: 1.64;
  color: #666666;
  background-color: transparent;
  border: 0px; }

.component_organigrama .organigramaList .nav-tabs .nav-link.active {
  font-family: 'BentonMedium', sans-serif;
  color: #121212;
  font-weight: 500; }

.component_organigrama .organigramaList .nav-tabs .nav-link.active:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: #121212; }

.component_organigrama .organigramaList .tab-content {
  padding-bottom: 50px; }

.component_organigrama .organigramaList .tab-content .rowMenuDrop p {
  margin: 20px 15px; }

.component_organigrama .organigramaList .tab-content .rowMenuDrop .selectOrganigramaPaises.selectMenu .dropdown {
  border-bottom: 1px solid #666666; }

.component_organigrama
.organigramaList
.tab-content
.rowMenuDrop
.selectOrganigramaPaises.selectMenu
.dropdown
a.item-select {
  background-color: #ffffff; }

.component_organigrama
.organigramaList
.tab-content
.rowMenuDrop
.selectOrganigramaPaises.selectMenu
.dropdown
ul.dropdown-menu {
  background-color: #ffffff;
  z-index: 9999; }

.component_organigrama
.organigramaList
.tab-content
.rowMenuDrop
.selectOrganigramaPaises.selectMenu
.dropdown
ul.dropdown-menu
li
a {
  background-color: #ffffff;
  border-bottom: 1px solid #bdbdbd;
  color: #666666; }

.component_organigrama
.organigramaList
.tab-content
.rowMenuDrop
.selectOrganigramaPaises.selectMenu
.dropdown
ul.dropdown-menu
li
a:hover {
  color: #121212;
  background-color: transparent; }

.component_organigrama
.organigramaList
.tab-content
.rowMenuDrop
.selectOrganigramaPaises.selectMenu
.dropdown
ul.dropdown-menu
li:last-child
a {
  border-bottom: 0px; }

.component_organigrama
.organigramaList
.tab-content
.rowMenuDrop
.selectOrganigramaPaises.selectMenu
.dropdown
ul.dropdown-menu
li:hover {
  background-color: transparent; }

.component_organigrama
.organigramaList
.tab-content
.rowMenuDrop
.selectOrganigramaPaises.selectMenu
.dropdown
ul.dropdown-menu
li:hover
a {
  color: #121212; }

.component_organigrama .organigramaList .tab-content .rounded-circle {
  -o-object-fit: cover;
  object-fit: cover;
  height: 120px; }

/**************************
media queries
***************************/
@media screen and (max-width: 992px) {
  .component_organigrama .organigramaList .nav-tabs {
    border-bottom: none; }
  .component_organigrama .organigramaList .nav-tabs .nav-item {
    width: 100%;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3; } }

@media screen and (max-width: 768px) {
  .component_organigrama .organigramaList .nav-tabs .nav-item {
    padding: 13px 5px;
    min-width: 0; }
  .component_organigrama .row {
    margin: 0; } }

.spinner-loader {
  color: #02a5a5;
  font-size: 15px;
  margin: 0px auto;
  top: 40%;
  left: 47%;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  transform: translateZ(0); }

@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0; }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em; }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0; }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em; } }

@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0; }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em; }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0; }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em; } }

/*partials*/
/******************************************
		partials VERMAS del grid de cards
******************************************/
.cardAutor > .cardAutor-item {
  display: none; }

/**************************
	media queries
	***************************/
.partial_verMas .cardVermas {
  background-color: #fff;
  padding: 12px 20px;
  border-radius: .5rem;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  div#partial_verMas {
    margin: 24px 0 40px 0;
  }
}

@media screen and (min-width: 992px) {
  div#partial_verMas {
    margin: 24px 0 64px 0;
  }
}

.partial_verMas .cardVermas a {
  color: #001391 !important;
  font-family: 'BBVA-Medium' !important;
  font-weight: 500;
  font-size: 15.01px;
  line-height: 24px;
}

.partial_verMas .cardVermas a:hover {
  color: #070E46;
}

.partial_verMas .cardVermas a i {
  margin-right: 8px;
  position: relative;
  top: 2px; }

.partial_verMas .cardVermas a i:before {
  font-size: 16px;
  color: white; }

.partial_verMas .cardVermas a:hover {
  color: #004481; }

.partial_verMas .cardVermas a:hover i:before {
  color: #004481; }

/******************************************
		partials MAS RECIENTES Y MAS LEIDOS del grid de cards
******************************************/
.partial_masRecientes .lista_masrecientes li {
  display: inline;
  margin-right: 28px;
  font-family: 'BentonMedium', sans-serif;
  font-size: 15px;
  line-height: 24px; }

.partial_masRecientes .lista_masrecientes li a {
  color: #666666; }

.partial_masRecientes .lista_masrecientes li a i {
  margin-right: 8px;
  position: relative;
  top: 2px; }

.partial_masRecientes .lista_masrecientes li a i:before {
  font-size: 16px;
  color: #666666; }

.partial_masRecientes .lista_masrecientes li a:hover {
  color: #da3851; }

.partial_masRecientes .lista_masrecientes li a:hover i:before {
  color: #da3851; }

.partial_masRecientes .lista_masrecientes li a.active {
  color: #da3851; }

.partial_masRecientes .lista_masrecientes li a.active i:before {
  color: #da3851; }

.partial_masRecientes .lista_masrecientes li.lista_itemTitulo {
  display: none; }

/**************************
	media queries
	***************************/
/*********************************
    Componente cards
*********************************/
#page_publicaciones .partial_filtros,
#page_covid-19 .partial_filtros {
  display: inline-block;
  width: auto;
  float: right; }

.partial_filtros {
  position: relative;
  display: block;
  width: 100%;
  float: none;
  min-height: 50px; }

.partial_filtros .boton_azul {
  background-color: #00288F;
  border: 0px;
  color: #ffffff;
  font-size: 15px;
  line-height: 16px;
  padding: 20px 30px;
  height: 56px;
  cursor: pointer; }

/*comun*/
/*segun estado*/
.partial_filtros .filtros_container .filtros_title {
  text-align: right;
  margin: 5px 0px 0px 0px; }

.partial_filtros .filtros_container .filtros_title a {
  font-family: 'BentonMedium', sans-serif;
  font-size: 17px;
  line-height: 15px;
  color: #00288F;
  cursor: pointer;
  padding-right: 0 !important; }

.partial_filtros .filtros_container .filtros_title a i {
  margin-right: 8px; }

.partial_filtros .filtros_container .filtros_title a i:before {
  font-size: 16px;
  background-color: #00288F;
  color: #f4f4f4;
  padding: 5px;
  border-radius: 50%; }

.partial_filtros .filtros_container .filtros_title a:hover {
  color: #004481; }

.partial_filtros .filtros_container .filtros_title a:hover i:before {
  background-color: #004481; }

.partial_filtros .filtros_container .filtros_rtdosNum {
  position: absolute;
  top: 3px;
  right: 0px; }

.partial_filtros .filtros_container .filtros_rtdosNum .filtros_rtdosNumCirc {
  width: 18px;
  height: 18px;
  background: #da3851;
  border-radius: 9px;
  font-family: 'BentonBold';
  font-size: 8px;
  color: #ffffff;
  display: inline-block;
  position: relative;
  top: 1px;
  text-align: center;
  margin: 0px; }

.partial_filtros .filtros_container .filtros_rtdosNum .filtros_rtdosNumCirc strong {
  text-align: center;
  position: relative;
  top: -3px; }

.partial_filtros .filtros_container ul.lista_labels li {
  display: inline-block;
  margin: 0px 8px 8px 0px; }

.partial_filtros .filtros_container ul.lista_labels li.selected a {
  color: #ffffff;
  background-color: #666666;
  font-family: 'BentonBookItalic', sans-serif; }

.partial_filtros .filtros_container ul.lista_labels li.selected a .icon-nav_close::before {
  color: #ffffff; }

.partial_filtros .filtros_container ul.lista_labels li a {
  padding: 8px;
  font-family: 'BentonMediumItalic', sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #666666;
  background-color: #f4f4f4;
  border-bottom: 1px solid #666666;
  display: block; }

.partial_filtros .filtros_container ul.lista_labels li a i {
  margin-right: 8px;
  top: 1px;
  position: relative; }

.partial_filtros .filtros_container ul.lista_labels li.lista_itemTitulo {
  font-family: 'BentonMedium', sans-serif;
  color: #121212;
  font-size: 13px;
  line-height: 24px;
  display: block; }

.partial_filtros .filtros_container ul.lista_labels li.lista_itemLiteral {
  font-family: 'BentonMedium', sans-serif;
  color: #121212;
  font-size: 13px;
  line-height: 24px;
  display: inline; }

.partial_filtros .filtros_container.filtros_cerrado {
  display: block; }

.partial_filtros .filtros_container.filtros_cerrado.filtros_sinResultados .filtros_bloqueTitle {
  display: block; }

.partial_filtros .filtros_container.filtros_cerrado.filtros_sinResultados .filtros_bloqueRtdos {
  display: none; }

.partial_filtros .filtros_container.filtros_cerrado.filtros_sinResultados .filtros_bloqueDesplegado {
  display: none;
  background-color: #ffffff; }

.partial_filtros .filtros_container.filtros_cerrado.filtros_conResultados .filtros_bloqueTitle {
  width: 20%;
  float: right; }

.partial_filtros .filtros_container.filtros_cerrado.filtros_conResultados .filtros_bloqueTitle .filtros_title {
  padding-right: 25px; }

.partial_filtros .filtros_container.filtros_cerrado.filtros_conResultados .filtros_bloqueRtdos {
  width: 80%;
  float: left;
  display: block; }

.partial_filtros
.filtros_container.filtros_cerrado.filtros_conResultados
.filtros_bloqueRtdos
ul.lista_labels.lista_filtrosRtdos
li
a {
  color: #666666;
  background-color: #ffffff;
  border-bottom: 1px solid #666666; }

.partial_filtros
.filtros_container.filtros_cerrado.filtros_conResultados
.filtros_bloqueRtdos
ul.lista_labels.lista_filtrosRtdos
li
a
i:before {
  color: #666666; }

.partial_filtros
.filtros_container.filtros_cerrado.filtros_conResultados
.filtros_bloqueRtdos
ul.lista_labels.lista_filtrosRtdos
li.lista_itemTitulo {
  font-family: 'BentonMedium', sans-serif;
  font-size: 13px;
  line-height: 18px; }

.partial_filtros .filtros_container.filtros_cerrado .filtros_bloqueDesplegado {
  display: none;
  background-color: #ffffff; }

.partial_filtros.filtros_open {
  background-color: #ffffff;
  display: block;
  float: left;
  padding: 20px 20px; }

.partial_filtros.filtros_open .filtros_bloqueTitle {
  display: none; }

.partial_filtros.filtros_open .filtros_bloqueRtdos {
  margin-bottom: 38px; }

.partial_filtros.filtros_open .filtros_bloqueRtdos .filtros_rtdosNum {
  display: none; }

.partial_filtros.filtros_open .filtros_bloqueRtdos ul.lista_labels.lista_filtrosRtdos li a {
  color: #ffffff;
  background-color: #666666;
  border-bottom: 1px solid #666666; }

.partial_filtros.filtros_open .filtros_bloqueRtdos ul.lista_labels.lista_filtrosRtdos li a i:before {
  color: #ffffff; }

.partial_filtros.filtros_open .filtros_bloqueRtdos ul.lista_labels.lista_filtrosRtdos li.lista_itemTitulo {
  font-family: 'BentonMedium', sans-serif;
  color: #666666;
  font-size: 13px;
  line-height: 18px; }

.partial_filtros.filtros_open .filtros_bloqueRtdos .filtros_bloqueDesplegado {
  display: block;
  background-color: #ffffff; }

.partial_filtros.filtros_open .filtros_bloqueRtdos .filtros_bloqueDesplegado .filtros_cerrar {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px; }

.partial_filtros.filtros_open .filtros_bloqueRtdos .filtros_bloqueDesplegado .filtros_opcionesLabels {
  margin: 0px 20px; }

.partial_filtros.filtros_open
.filtros_bloqueRtdos
.filtros_bloqueDesplegado
.filtros_opcionesLabels
ul.lista_filtrosLabels.lista_labels
li {
  display: inline; }

.partial_filtros.filtros_open
.filtros_bloqueRtdos
.filtros_bloqueDesplegado
.filtros_opcionesLabels
ul.lista_filtrosLabels.lista_labels
li
a {
  color: #666666;
  background-color: #f4f4f4;
  border-bottom: 1px solid #666666; }

.partial_filtros.filtros_open
.filtros_bloqueRtdos
.filtros_bloqueDesplegado
.filtros_opcionesLabels
ul.lista_filtrosLabels.lista_labels
li
a
i:before {
  color: #00288F; }

.partial_filtros.filtros_open
.filtros_bloqueRtdos
.filtros_bloqueDesplegado
.filtros_opcionesLabels
ul.lista_filtrosLabels.lista_labels
li
.lista_itemTitulo {
  display: block;
  font-family: 'BentonMedium', sans-serif;
  color: #121212;
  font-size: 13px;
  line-height: 24px;
  text-transform: capitalize;
  margin-bottom: 16px; }

.partial_filtros.filtros_open
.filtros_bloqueRtdos
.filtros_bloqueDesplegado
.filtros_opcionesLabels
ul.lista_filtrosLabels.lista_labels#lista_labelsGeografia {
  width: 30%;
  padding-right: 100px; }

.partial_filtros.filtros_open
.filtros_bloqueRtdos
.filtros_bloqueDesplegado
.filtros_opcionesLabels
ul.lista_filtrosLabels.lista_labels#lista_labelsAnios {
  width: 20%;
  padding-right: 90px; }

.partial_filtros.filtros_open
.filtros_bloqueRtdos
.filtros_bloqueDesplegado
.filtros_opcionesLabels
ul.lista_filtrosLabels.lista_labels#lista_labelsTematica {
  width: 30%;
  padding-right: 100px; }

.partial_filtros.filtros_open
.filtros_bloqueRtdos
.filtros_bloqueDesplegado
.filtros_opcionesLabels
ul.lista_filtrosLabels.lista_labels#lista_labelsTipoDoc {
  width: 20%;
  padding-right: 0px; }

.partial_filtros.filtros_open .filtros_bloqueRtdos .filtros_bloqueDesplegado .filtros_botonFiltrar {
  padding: 30px 0px;
  text-align: center; }

.partial_filtros.filtros_open .filtros_bloqueRtdos .filtros_bloqueDesplegado .filtros_botonFiltrar .boton_azul {
  background-color: #00288F;
  color: #ffffff;
  font-family: 'BentonBold', sans-serif;
  font-size: 15px;
  line-height: 17px;
  padding: 20px 40px;
  width: auto;
  border: 0px;
  box-shadow: 0px;
  margin: 0px auto;
  float: none; }

/**************************
media queries
***************************/
@media screen and (max-width: 768px) {
  .partial_filtros .filtros_container.filtros_open {
    background-color: #ffffff;
    position: fixed;
    top: 0px;
    right: 0px;
    height: 100vh;
    width: 100%; }
  .partial_filtros .filtros_container.filtros_open .filtros_title {
    display: none; }
  .partial_filtros .filtros_container.filtros_open .filtros_bloqueDesplegado .filtros_cerrar {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px; }
  .partial_filtros .filtros_container.filtros_open .filtros_bloqueDesplegado .filtros_opcionesLabels {
    margin: 0px 20px; }
  .partial_filtros
.filtros_container.filtros_open
.filtros_bloqueDesplegado
.filtros_opcionesLabels
ul.lista_labels.lista_filtrosLabels {
    display: block;
    float: left;
    width: 100%; }
  .partial_filtros
.filtros_container.filtros_open
.filtros_bloqueDesplegado
.filtros_opcionesLabels
ul.lista_labels.lista_filtrosLabels
li
a {
    color: #666666;
    background-color: #f4f4f4;
    border-bottom: 1px solid #666666; }
  .partial_filtros
.filtros_container.filtros_open
.filtros_bloqueDesplegado
.filtros_opcionesLabels
ul.lista_labels.lista_filtrosLabels
li
a
i:before {
    color: #00288F; }
  .partial_filtros
.filtros_container.filtros_open
.filtros_bloqueDesplegado
.filtros_opcionesLabels
ul.lista_labels.lista_filtrosLabels
li.lista_itemTitulo {
    display: block;
    font-family: 'BentonMedium', sans-serif;
    color: #121212;
    font-size: 13px;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 16px; } }

@media screen and (max-width: 576px) {
  .component_publicaciones .partial_masRecientes {
    position: relative;
    top: -70px; }
  .partial_filtros {
    width: 100% !important;
    margin-top: 10px;
    margin-bottom: 15px;
    float: none !important;
    position: relative;
    top: 40px; }
  .partial_filtros .filtros_container {
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3; }
  .partial_filtros .filtros_container.filtros_cerrado .filtros_title {
    padding: 10px 0;
    text-align: center; }
  .partial_filtros .filtros_container.filtros_cerrado .filtros_title a {
    text-align: center;
    padding: 24px 0px; }
  #section_publicacionesUltimas .partial_filtros {
    top: -10px; }
  #page_home_noLogin .partial_filtros {
    top: 0; } }

/*********************************
		Componente cards
*********************************/
.partial_cardsGrid {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0; }
  .partial_cardsGrid > div {
    /* margin-bottom: 18px; */
  }

.partial_cardsGrid .container {
  padding: 0px; }

/*.partial_cardsGrid .card_groupTitulo > a {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 12;
    padding: 24px;
}*/
.partial_cardsGrid > div > div {
  display: flex;
  padding: 8px 16px;
  margin-bottom: 5px; }

@media screen and (max-width: 992px) {
  .component_lo_mas_leido .partial_lo_mas_leido_3Col .col-md-4,
  .component_publicacionesRelacionadas .partial_cardsGrid > div > div {
    flex: initial;
    width: 50%;
    max-width: 50%; }
  .component_lo_mas_leido .partial_lo_mas_leido_3Col .col-md-4,
  .component_publicacionesRelacionadas .partial_cardsGrid > div > div.show {
    flex: initial;
    width: 100%;
    max-width: 100%; } }

@media screen and (max-width: 768px) {
  .component_lo_mas_leido .partial_lo_mas_leido_3Col .col-md-4,
  .component_publicacionesRelacionadas .partial_cardsGrid > div > div {
    flex: initial;
    width: 50%;
    max-width: 50%; } }

@media screen and (max-width: 578px) {
  .component_lo_mas_leido .partial_lo_mas_leido_3Col .col-md-4,
  .component_publicacionesRelacionadas .partial_cardsGrid > div > div {
    flex: initial;
    width: 100%;
    max-width: 100%; } }

/* partials LISTA DE DESCARGAS DE ARCHIVOS */
ul.lista_downloadArch li {
  display: inline-block;
  position: relative;
  margin-right: 4px; }

ul.lista_downloadArch li span.downloadArch_trianguloIcono {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 30px;
  height: 30px;
  text-align: center; }

ul.lista_downloadArch li span.downloadArch_trianguloIcono:before {
  content: '';
  width: 0px;
  height: 0px;
  position: relative;
  top: 28px;
  left: 0px;
  border-top: 30px solid #d3d3d3;
  border-right: 30px solid transparent; }

ul.lista_downloadArch li i {
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 10; }

ul.lista_downloadArch li i:before {
  color: #00288F;
  font-size: 25px; }

ul.lista_downloadArch li i.icon-commu_audio {
  top: -3px; }

ul.lista_downloadArch li i.icon-commu_audio:before {
  font-size: 14px;
  background-color: #00288F;
  color: #ffffff;
  border-radius: 50%;
  padding: 5px; }

ul.lista_downloadArch li.lista_itemTitulo {
  display: none; }

ul.lista_downloadArch li.audio a:hover i.icon-commu_audio:before {
  background-color: #004481; }

/* partials LISTA DE ETIQUETAS */
.partial_lista_etiquetas {
  position: relative; }

.partial_lista_etiquetas .lista_labels_group {
  display: block;
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative; }

.partial_lista_etiquetas .lista_labels_group ul.lista_labels {
  display: flex; }

.partial_lista_etiquetas .lista_labels_group ul.lista_labels li {
  display: inline-block;
  width: auto;
  float: left;
  margin: 0px 8px 8px 0px; }

.partial_lista_etiquetas .lista_labels_group ul.lista_labels li a {
  padding: 8px;
  font-family: 'BentonBook', sans-serif;
  color: #666666;
  font-size: 15px;
  line-height: 24px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #666666;
  display: block;
  height: 40px;
  width: 100%;
  white-space: nowrap; }

.partial_lista_etiquetas .lista_labels_group ul.lista_labels li.lista_itemTitulo {
  display: none; }

@media screen and (max-width: 768px) {
  .partial_lista_etiquetas .lista_labels_group ul.lista_labels li a {
    font-size: 13px;
    line-height: 24px;
    bheight: 40px; } }

/* partials LISTA DE AUTORES */
.partial_lista-autores ul.lista_autores li {
  display: inline-block;
  position: relative;
  margin-right: 40px;
  margin-bottom: 10px;
  vertical-align: top; }

.partial_lista-autores ul.lista_autores li a i {
  top: -1px;
  position: relative;
  z-index: 10;
  margin-right: 13px; }

.partial_lista-autores ul.lista_autores li a i:before {
  color: #00288F;
  font-size: 5px; }

.partial_lista-autores ul.lista_autores li a .autores_nombre {
  color: #00288F;
  font-family: 'BentonMedium', sans-serif;
  font-size: 13px;
  line-height: 14px;
  text-transform: uppercase; }

.partial_lista-autores ul.lista_autores li a .autores_cargo {
  color: #666666;
  font-family: 'BentonBook', sans-serif;
  font-size: 15px;
  line-height: 24px;
  display: block;
  width: 100%;
  padding-left: 30px; }

.partial_lista-autores ul.lista_autores li.lista_itemTitulo {
  display: none; }

/**************************
media queries
***************************/
@media screen and (max-width: 576px) {
  .partial_lista-autores ul.lista_autores li {
    display: block; } }

/* partials LISTA DE AUTORES */
ul.lista_puntosClave li {
  min-height: 20px;
  position: relative;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /*i {width:10px;top:-3px;position: absolute;z-index: 10;@include css3-prefix($property:transform, $value:rotate(90deg));
			&:before {color: $middlegrey;font-size: 5px;}
		}
		span.textoIconoColocar {display:-webkit-box;padding-left:20px;color: $darkergrey;font-family: $font_BentonBook;font-size: 15px;line-height: 18px;letter-spacing: -0.04px;}*/ }

ul.lista_puntosClave li.lista_itemTitulo {
  display: none; }

ul.lista_puntosClave li i {
  width: 22px;
  z-index: 10;
  position: absolute;
  top: 6px;
  -khtml-transform: rotate(90deg);
  transform: rotate(90deg); }

ul.lista_puntosClave li i:before {
  color: #d3d3d3;
  font-size: 5px; }

ul.lista_puntosClave li span {
  color: #666666;
  font-family: 'BentonBook', sans-serif;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: -0.04px; }

ul.lista_puntosClave li span.bulletPuntosClave {
  position: absolute;
  top: -2px;
  margin-left: 0px; }

ul.lista_puntosClave li span.textoIconoColocar {
  padding-left: 25px; }

/* partials LISTA DE ETIQUETAS */
.tooltip_allLabels {
  display: none;
  width: 270px;
  min-height: 150px;
  position: absolute;
  top: 100px;
  z-index: 9999; }

.tooltip_allLabels.tooltip_group_geografia {
  top: 50px; }

.tooltip_allLabels .tooltip_allLabels_container {
  height: 100%;
  width: 100%;
  float: left;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px -10px 6px 0px rgba(50, 50, 50, 0.1);
  border-radius: 1px;
  overflow: visible;
  position: relative;
  padding: 10px; }

.tooltip_allLabels .tooltip_allLabels_container:before {
  content: '';
  width: 0px;
  height: 0px;
  position: absolute;
  top: -15px;
  right: 0px;
  border-left: 20px solid transparent;
  border-bottom: 15px solid #ffffff; }

.tooltip_allLabels .tooltip_allLabels_container .lista_labels_group ul.lista_labels {
  display: block; }

.tooltip_allLabels .tooltip_allLabels_container .lista_labels_group ul.lista_labels li {
  display: inline-block;
  width: auto;
  margin: 0px 8px 8px 0px; }

.tooltip_allLabels .tooltip_allLabels_container .lista_labels_group ul.lista_labels li a {
  padding: 8px;
  font-family: 'BentonBook', sans-serif;
  color: #666666;
  font-size: 15px;
  line-height: 24px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #666666;
  display: block; }

.tooltip_allLabels .tooltip_allLabels_container .lista_labels_group ul.lista_labels li.lista_itemTitulo {
  display: none; }

.tooltip_allLabels .tooltip_allLabels_container .lista_labels_group:before {
  display: none; }

.tooltip_allLabels .tooltip_allLabels_container .lista_labels_group.group_labels_geografia {
  display: none; }

/******************************************
		partials VERMAS del grid de cards
******************************************/
.partial_video {
  height: 257px;
  overflow: hidden;
  position: relative; }

.partial_video .videoImage {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #121212;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden; }

.partial_video .videoVelo {
  display: table;
  height: 257px;
  width: 100%;
  background-color: rgba(20, 100, 165, 0.3);
  position: absolute;
  top: 0px;
  z-index: 100;
  cursor: pointer; }

.partial_video .videoVelo .videoPlay {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  text-align: center; }

.partial_video .videoVelo .videoPlay i {
  float: none;
  width: 54px;
  height: 54px; }

.partial_video .videoVelo .videoPlay i:before {
  font-size: 54px;
  color: white; }

.partial_video video {
  width: 100%;
  height: auto;
  position: relative;
  top: -150px;
  z-index: 10; }

/**************************
media queries
***************************/
@media screen and (max-width: 768px) {
  .partial_video {
    height: 214px; }
  .partial_video .videoVelo {
    height: 214px; }
  .partial_video video {
    top: 0px; } }

/******************************************
		partials VERMAS del grid de cards
******************************************/
/*.comentario_groupPerfilFoto {width:92px;float:left;
		.comentarioFoto {width: 50px;height: 50px;border-radius: 50%;position: relative;margin: 26px 0px 0px 0px;}
	}*/
/************   nuevo diseño **********/
/* respuestas */
.partial_comentarios .comentario_groupPerfilDatos {
  width: 90%;
  float: left; }

.partial_comentarios .comentario_groupPerfilDatos .comentarioFecha {
  font-family: 'BentonMedium', sans-serif;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0px;
  color: #bdbdbd;
  padding: 0px;
  margin: 0px;
  text-align: left; }

.partial_comentarios .comentario_groupPerfilDatos .comentarioNombre {
  font-family: 'BentonBold', sans-serif;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #666666;
  padding: 0px;
  margin: 1px 0px 10px 0px;
  text-align: left; }

.partial_comentarios .comentario_groupPerfilDatos .comentarioCita {
  font-family: 'BentonLight', sans-serif;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #121212;
  padding: 0px;
  margin: 0px;
  text-align: left; }

.partial_comentarios .comentario_groupPerfilDatos .comentarioCita a {
  font-family: 'BentonLight', sans-serif; }

.partial_comentarios .comentarioResponder {
  text-align: right;
  margin: 30px 0px 10px 0px; }

.partial_comentarios .comentarioResponder i:before {
  font-size: 18px; }

.partial_comentarios ul.lista_comentarios li {
  float: left;
  width: 100%; }

.partial_comentarios ul.lista_comentarios.lista_n1 {
  padding-left: 0px; }

.partial_comentarios ul.lista_comentarios.lista_n1 li {
  margin-bottom: 32px; }

.partial_comentarios ul.lista_comentarios.lista_n1 li .shortcode_comentario {
  margin-bottom: 20px; }

.partial_comentarios ul.lista_comentarios.lista_n1 li .shortcode_comentario .shortcode_comentario_container {
  height: 99.4%;
  width: 100%;
  float: left;
  position: relative;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 1px -1px;
  border-radius: 1px;
  overflow: visible;
  position: relative;
  padding: 40px 60px 20px 60px; }

.partial_comentarios ul.lista_comentarios.lista_n1 li .shortcode_comentario .shortcode_comentario_container:before {
  display: table;
  content: ''; }

.partial_comentarios ul.lista_comentarios.lista_n1 li .shortcode_comentario .shortcode_comentario_container:after {
  display: table;
  content: '';
  clear: both; }

.partial_comentarios ul.lista_comentarios.lista_n2 {
  padding-left: 84px;
  margin-top: 20px; }

.partial_comentarios ul.lista_comentarios.lista_n2 li {
  margin-bottom: 11px; }

.partial_comentarios ul.lista_comentarios.lista_n2 li .shortcode_comentario {
  margin-bottom: 0px;
  padding: 40px 0px 0px 0px;
  position: relative; }

.partial_comentarios
ul.lista_comentarios.lista_n2
li
.shortcode_comentario
.comentario_groupPerfilDatos
.comentarioNombre {
  font-family: 'BentonMedium', sans-serif;
  font-size: 16px;
  line-height: 22px; }

.partial_comentarios ul.lista_comentarios.lista_n2 li .shortcode_comentario:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 1%;
  width: 100%;
  height: 1px;
  display: block;
  z-index: 99;
  border-bottom: 1px solid #e9e9e9; }

.partial_comentarios #main-comment-0 .main-comment-content {
  border: none; }

.partial_comentarios .main-comment {
  height: 99.4%;
  width: 100%;
  float: left;
  position: relative;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 1px -1px;
  border-radius: 1px;
  overflow: visible;
  position: relative;
  padding: 40px 60px 20px 60px;
  margin: 20px; }

.partial_comentarios .main-comment-header {
  margin-bottom: 10px; }

.partial_comentarios .main-comment-user {
  font-family: 'BentonBold', sans-serif;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #666666;
  padding: 0px;
  margin: 1px 0px 0px 0px;
  text-align: left; }

.partial_comentarios .main-comment-date {
  font-family: 'BentonMedium', sans-serif;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0px;
  color: #bdbdbd;
  padding: 0px;
  margin: 0px;
  text-align: left; }

.partial_comentarios .main-comment-content {
  font-family: 'BentonLight', sans-serif;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #121212;
  padding: 0px;
  margin: 0px;
  text-align: left; }

.partial_comentarios a.bbvaComments-reply-button {
  float: right;
  color: #ffffff;
  cursor: pointer;
  margin-right: 4%;
  visibility: hidden;
  margin-top: -35px; }

.partial_comentarios a.bbvaComments-reply-button::after {
  font-family: 'icon-bbva';
  content: '\e92c';
  position: absolute;
  color: #00288F;
  font-size: 25px;
  right: 5%;
  visibility: visible;
  z-index: 9; }

.partial_comentarios .reply-comment {
  padding: 5% 0% 5% 5%;
  border-top: 1px solid #e9e9e9; }

.partial_comentarios .reply-comment-user {
  font-family: 'BentonMedium', sans-serif;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #666666;
  padding: 0px;
  margin: 0px;
  text-align: left; }

.partial_comentarios .reply-comment-header {
  margin-bottom: 10px; }

.partial_comentarios .main-comment-content {
  padding: 0px 20px 43px 0px; }

.partial_comentarios .reply-comment-date {
  font-family: 'BentonMedium', sans-serif;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0px;
  color: #bdbdbd;
  padding: 0px;
  margin: 0px;
  text-align: left; }

.partial_comentarios #replyDiv {
  display: none; }

/* formulario */
#replyDiv {
  background-color: #ffffff; }

#replyDiv form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

#replyDiv .btn-cerrar {
  text-align: right;
  font-size: 15px;
  font-weight: lighter;
  font-family: 'BentonLight', sans-serif;
  color: #00288F;
  width: 30px;
  float: right;
  cursor: pointer; }

#replyDiv #wp_comments_private_read_msg {
  text-align: center; }

#replyDiv #bbvaComments-reply-email {
  display: none; }

#replyDiv input {
  height: 55px;
  background: #f4f4f4;
  border: none;
  border-radius: 1px;
  border-bottom: 1px solid #666666;
  font-size: 16px;
  padding: 18px 15px 0 15px;
  margin-bottom: 20px;
  flex: 1; }

#replyDiv .form-group > label:first-child {
  display: none; }

#replyDiv textarea {
  height: 250px;
  background: #f4f4f4;
  border: none;
  border-bottom: 1px solid #666666;
  font-size: 16px;
  padding: 18px 15px 0 15px;
  margin-bottom: 20px;
  width: 100%; }

#replyDiv #bbvaComments-reply-send-wrapper {
  text-align: center; }

#replyDiv #bbvaComments-reply-send-wrapper p {
  display: flex;
  justify-content: center;
  align-content: center; }

#replyDiv #bbvaComments-reply-send-wrapper input[type='checkbox'] {
  height: 30px;
  padding: 5px 0 0 30px;
  margin: 0px;
  background: url(../images/modulos/form/bgwhite_checkbox_unselected.png) no-repeat;
  background-position: 0px 0px;
  display: inline-block;
  padding: 7px 0 4px 30px;
  font-size: 13px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 30px; }

#replyDiv #bbvaComments-reply-send-wrapper input[type='checkbox']:checked {
  background: url(../images/modulos/form/bgwhite_checkbox_selected.png) no-repeat; }

#replyDiv a#bbvaComments-send-button {
  color: #ffffff;
  display: inline-block; }

#replyDiv a[type='submit'] {
  background-color: #00288F;
  border: 0px;
  font-family: 'BentonBold', sans-serif;
  color: #ffffff;
  font-size: 15px;
  line-height: 16px;
  text-align: center;
  padding: 20px 30px;
  height: 56px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

#replyDiv a[type='submit']:hover {
  color: #ffffff; }

/**************************
media queries
***************************/
@media screen and (max-width: 768px) {
  .partial_comentarios #main-comment-0 .main-comment-content {
    border: none; }
  .partial_comentarios .main-comment {
    width: 90%;
    float: left;
    position: relative;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 1px -1px;
    border-radius: 1px;
    overflow: visible;
    position: relative;
    margin: 20px;
    padding: 20px 30px 10px 30px; }
  .partial_comentarios #bbvaComments-reply-send-wrapper {
    text-align: center; }
  .partial_comentarios #bbvaComments-reply-send-wrapper p {
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 0 10%; } }

@media screen and (max-width: 576px) {
  .partial_comentarios .comentario_groupPerfilFoto {
    width: 100%;
    float: left; }
  .partial_comentarios .comentario_groupPerfilFoto .comentarioFoto {
    margin: 0px 0px 0px 0px; }
  .partial_comentarios .comentario_groupPerfilDatos {
    width: 100%;
    float: left;
    margin-top: 10px; }
  .partial_comentarios ul.lista_comentarios.lista_n1 li {
    margin-bottom: 20px; }
  .partial_comentarios ul.lista_comentarios.lista_n1 li .shortcode_comentario {
    padding: 20px 0px 0px 0px; }
  .partial_comentarios ul.lista_comentarios.lista_n1 li .shortcode_comentario .shortcode_comentario_container {
    padding: 20px 40px; }
  .partial_comentarios ul.lista_comentarios.lista_n2 {
    padding-left: 0px;
    margin-top: 20px; }
  .partial_comentarios ul.lista_comentarios.lista_n2 li {
    margin-bottom: 20px; }
  .partial_comentarios ul.lista_comentarios.lista_n2 li .shortcode_comentario {
    padding: 20px 0px 0px 0px; }
  .partial_comentarios ul.lista_comentarios.lista_n2 li .shortcode_comentario .shortcode_comentario_container {
    padding: 20px 20px; }
  .partial_comentarios #main-comment-0 .main-comment-content {
    border: none; }
  .partial_comentarios .main-comment {
    width: 90%;
    float: left;
    position: relative;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 1px -1px;
    border-radius: 1px;
    overflow: visible;
    position: relative;
    padding: 20px 30px 10px 30px; }
  .partial_comentarios #bbvaComments-reply-send-wrapper {
    text-align: center; }
  .partial_comentarios #bbvaComments-reply-send-wrapper p {
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 0 10%; } }

@media screen and (max-width: 320px) {
  .partial_comentarios #main-comment-0 .main-comment-content {
    border: none; }
  .partial_comentarios .main-comment {
    width: 90%;
    float: left;
    position: relative;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 1px -1px;
    border-radius: 1px;
    overflow: visible;
    position: relative;
    margin: 20px;
    padding: 20px 30px 10px 30px; }
  .partial_comentarios #bbvaComments-reply-send-wrapper {
    text-align: center; }
  .partial_comentarios #bbvaComments-reply-send-wrapper p {
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 0 10%; } }

/******************************************
		partials VERMAS del grid de cards
******************************************/
.partial_detalle-header-mobile {
  height: 50px;
  border-bottom: 1px solid #bdbdbd;
  border-top: 1px solid #ffffff;
  background-color: #ffffff; }

.partial_detalle-header-mobile .headerMobileTitleWrapper {
  max-width: 69%;
  float: left;
  margin: 8px;
  font-family: 'BentonMedium', sans-serif;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: -0.24px;
  color: #121212;
  position: relative;
  height: 33px;
  overflow: hidden;
  text-overflow: ellipsis; }

.partial_detalle-header-mobile .headerMobileTitleWrapper:after {
  content: '';
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 1.2em;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%); }

.partial_detalle-header-mobile .detalleHeaderMobile_compartirRRSS {
  float: right;
  position: relative; }

.partial_detalle-header-mobile .detalleHeaderMobile_compartirRRSS .detalleHeaderMobile_compartirRRSS_iconLinkAbrir {
  margin: 0px; }

.partial_detalle-header-mobile .detalleHeaderMobile_compartirRRSS .detalleHeaderMobile_compartirRRSS_iconLinkAbrir a {
  padding: 10px 5px;
  padding-top: 13px;
  text-align: center;
  display: block;
  width: 48px;
  height: 49px;
  background-color: #00288F;
  border-radius: 1rem;
}

.partial_detalle-header-mobile
.detalleHeaderMobile_compartirRRSS
.detalleHeaderMobile_compartirRRSS_iconLinkAbrir
a
i:before {
  color: #ffffff;
  font-size: 22px; }

.partial_detalle-header-mobile
.detalleHeaderMobile_compartirRRSS
.detalleHeaderMobile_compartirRRSS_iconLinkAbrir
a
.iconTexto {
  display: none; }

.partial_detalle-header-mobile .detalleHeaderMobile_compartirRRSS .tooltip_detalleHeaderRRSS {
  display: none;
  position: relative;
  top: 0px;
  right: 0px;
  z-index: 100;
  background-color: #ffffff;
  width: 141px; }

.partial_detalle-header-mobile .detalleHeaderMobile_compartirRRSS .tooltip_detalleHeaderRRSS ul.lista_compartirRRSS {
  padding: 10px 10px 8px 10px;
  height: 49px;
  display: inline-block;
  float: left; }

.partial_detalle-header-mobile .detalleHeaderMobile_compartirRRSS .tooltip_detalleHeaderRRSS ul.lista_compartirRRSS li {
  display: inline-block;
  width: 30px;
  height: 20px; }

.partial_detalle-header-mobile
.detalleHeaderMobile_compartirRRSS
.tooltip_detalleHeaderRRSS
ul.lista_compartirRRSS
li
i:before {
  font-size: 28px; }

.partial_detalle-header-mobile
.detalleHeaderMobile_compartirRRSS
.tooltip_detalleHeaderRRSS
ul.lista_compartirRRSS
li
.iconTexto {
  display: none; }

.partial_detalle-header-mobile
.detalleHeaderMobile_compartirRRSS
.tooltip_detalleHeaderRRSS
ul.lista_compartirRRSS
li#lista_item_facebook {
  display: none; }

.partial_detalle-header-mobile
.detalleHeaderMobile_compartirRRSS
.tooltip_detalleHeaderRRSS
ul.lista_compartirRRSS
li#lista_item_facebook
i:before {
  color: #dd4b39; }

.partial_detalle-header-mobile
.detalleHeaderMobile_compartirRRSS
.tooltip_detalleHeaderRRSS
ul.lista_compartirRRSS
li#lista_item_twitter
i:before {
  color: #1da1f2; }

.partial_detalle-header-mobile
.detalleHeaderMobile_compartirRRSS
.tooltip_detalleHeaderRRSS
ul.lista_compartirRRSS
li#lista_item_google
i:before {
  color: #dd4b39; }

.partial_detalle-header-mobile
.detalleHeaderMobile_compartirRRSS
.tooltip_detalleHeaderRRSS
ul.lista_compartirRRSS
li#lista_item_linkedin
i:before {
  color: #0077b5; }

.partial_detalle-header-mobile
.detalleHeaderMobile_compartirRRSS
.tooltip_detalleHeaderRRSS
.detalleHeaderMobile_compartirRRSS_iconLinkCerrar {
  margin: 0px;
  width: 48px;
  display: inline-block;
  float: right; }

.partial_detalle-header-mobile
.detalleHeaderMobile_compartirRRSS
.tooltip_detalleHeaderRRSS
.detalleHeaderMobile_compartirRRSS_iconLinkCerrar
a {
  padding: 10px 5px;
  text-align: center;
  display: block;
  width: 48px;
  height: 49px;
  background-color: #00288F; }

.partial_detalle-header-mobile
.detalleHeaderMobile_compartirRRSS
.tooltip_detalleHeaderRRSS
.detalleHeaderMobile_compartirRRSS_iconLinkCerrar
a
i:before {
  color: #ffffff;
  font-size: 22px; }

.partial_detalle-header-mobile
.detalleHeaderMobile_compartirRRSS
.tooltip_detalleHeaderRRSS
.detalleHeaderMobile_compartirRRSS_iconLinkCerrar
a
.iconTexto {
  display: none; }

.partial_detalle-header-mobile .detalleHeaderMobile_compartirTools {
  float: right;
  position: relative;
  border-right: 1px solid #ffffff; }

.partial_detalle-header-mobile .detalleHeaderMobile_compartirTools .detalleHeaderMobile_compartirTools_iconLinkAbrir {
  margin: 0px; }

.partial_detalle-header-mobile .detalleHeaderMobile_compartirTools .detalleHeaderMobile_compartirTools_iconLinkAbrir a {
  padding: 10px 5px;
  text-align: center;
  display: block;
  width: 48px;
  height: 49px;
  background-color: #00288F; }

.partial_detalle-header-mobile
.detalleHeaderMobile_compartirTools
.detalleHeaderMobile_compartirTools_iconLinkAbrir
a
i:before {
  color: #ffffff;
  font-size: 22px; }

.partial_detalle-header-mobile
.detalleHeaderMobile_compartirTools
.detalleHeaderMobile_compartirTools_iconLinkAbrir
a
.iconTexto {
  display: none; }

.partial_detalle-header-mobile .detalleHeaderMobile_compartirTools .tooltip_detalleHeaderTools {
  display: none;
  position: relative;
  top: 0px;
  right: 0px;
  z-index: 100;
  background-color: #ffffff;
  max-width: 197px; }

.partial_detalle-header-mobile .detalleHeaderMobile_compartirTools .tooltip_detalleHeaderTools ul.lista_compartirTools {
  padding: 10px 10px 8px 10px;
  height: 49px;
  display: inline-block;
  float: left; }

.partial_detalle-header-mobile
.detalleHeaderMobile_compartirTools
.tooltip_detalleHeaderTools
ul.lista_compartirTools
li {
  display: inline-block;
  width: 30px;
  height: 20px; }

.partial_detalle-header-mobile
.detalleHeaderMobile_compartirTools
.tooltip_detalleHeaderTools
ul.lista_compartirTools
li
i:before {
  font-size: 28px; }

.partial_detalle-header-mobile
.detalleHeaderMobile_compartirTools
.tooltip_detalleHeaderTools
ul.lista_compartirTools
li
.iconTexto {
  display: none; }

.partial_detalle-header-mobile
.detalleHeaderMobile_compartirTools
.tooltip_detalleHeaderTools
.detalleHeaderMobile_compartirTools_iconLinkCerrar {
  margin: 0px;
  width: 48px;
  display: inline-block;
  float: right; }

.partial_detalle-header-mobile
.detalleHeaderMobile_compartirTools
.tooltip_detalleHeaderTools
.detalleHeaderMobile_compartirTools_iconLinkCerrar
a {
  padding: 10px 5px;
  text-align: center;
  display: block;
  width: 48px;
  height: 49px;
  background-color: #00288F; }

.partial_detalle-header-mobile
.detalleHeaderMobile_compartirTools
.tooltip_detalleHeaderTools
.detalleHeaderMobile_compartirTools_iconLinkCerrar
a
i:before {
  color: #ffffff;
  font-size: 22px; }

.partial_detalle-header-mobile
.detalleHeaderMobile_compartirTools
.tooltip_detalleHeaderTools
.detalleHeaderMobile_compartirTools_iconLinkCerrar
a
.iconTexto {
  display: none; }

.partial_detalle-header-mobile .reader-status-container .reader-status {
  position: absolute;
  height: 2px;
  background: #2dcccd;
  bottom: -1px; }

@media screen and (max-width: 576px) {
  .partial_detalle-header-mobile .headerMobileTitleWrapper {
    max-width: 75%; }
  .partial_detalle-header-mobile
.detalleHeaderMobile_compartirTools
.tooltip_detalleHeaderTools
ul.lista_compartirTools
li
a
span {
    display: none; } }

@media screen and (max-width: 455px) {
  .partial_detalle-header-mobile .headerMobileTitleWrapper {
    max-width: 69%; } }

@media screen and (max-width: 364px) {
  .partial_detalle-header-mobile .headerMobileTitleWrapper {
    max-width: 66%; } }

@media screen and (max-width: 333px) {
  .partial_detalle-header-mobile .headerMobileTitleWrapper {
    max-width: 60%; } }

@supports (-webkit-line-clamp: 2) {
  .partial_detalle-header-mobile .headerMobileTitleWrapper {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .partial_detalle-header-mobile .headerMobileTitleWrapper:after {
    display: none; } }

/******************************************
		partials SLIDER CONTENT del slider de home
******************************************/
.partial_sliderHome.noDatos .sliderHome_item-img {
  min-width: 100%;
  height: 500px; }

.partial_sliderHome.noDatos .sliderHome_title {
  font-family: 'BentonBook', sans-serif;
  font-size: 42px;
  font-weight: bolder;
  line-height: 1.12;
  letter-spacing: -0.7px;
  color: #ffffff; }

.partial_sliderHome.noDatos .sliderHome_title span {
  font-size: 47px; }

.partial_sliderHome.noDatos .sliderHome_boton {
  margin-top: 50px;
  background-color: #004481;
  border: 0px;
  color: #ffffff;
  font-size: 15px;
  line-height: 16px;
  padding: 20px 30px;
  height: 56px;
  cursor: pointer;
  display: inline-block; }

.partial_sliderHome.noDatos .sliderHome_content_carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff; }

.partial_sliderHome.noDatos .sliderHome_content .altSlider {
  height: 400px; }

.partial_sliderHome.noDatos .sliderHome_content figcaption {
  color: #ffffff;
  font-size: 16px; }

.partial_sliderHome.noDatos .sliderHome_content .figure {
  text-align: center; }

.partial_sliderHome.noDatos .sliderHome_content .figure-img {
  min-width: 160px;
  max-width: 160px; }

.partial_sliderHome.siDatos .sliderHome_item-img {
  min-width: 100%;
  height: 350px; }

.partial_sliderHome.siDatos .sliderHome_title {
  font-family: 'BentonBook', sans-serif;
  font-size: 42px;
  font-weight: bolder;
  line-height: 1.12;
  letter-spacing: -0.7px;
  color: #ffffff; }

.partial_sliderHome.siDatos .sliderHome_title span {
  font-size: 47px; }

.partial_sliderHome.siDatos .sliderHome_boton {
  margin-top: 50px;
  background-color: #004481;
  border: 0px;
  color: #ffffff;
  font-size: 15px;
  line-height: 16px;
  padding: 20px 30px;
  height: 56px;
  cursor: pointer;
  display: inline-block; }

.partial_sliderHome.siDatos .sliderHome_content_carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff; }

.partial_sliderHome.siDatos .sliderHome_content .altSlider {
  height: 300px; }

.partial_sliderHome.siDatos .sliderHome_content figcaption {
  color: #ffffff;
  font-size: 12px;
  line-height: 17px; }

.partial_sliderHome.siDatos .sliderHome_content .figure {
  text-align: center; }

.partial_sliderHome.siDatos .sliderHome_content .figure-img {
  min-width: 120px;
  max-width: 120px; }

/**************************
media queries
***************************/
@media screen and (max-width: 992px) {
  .sliderHome_content_carousel-caption .d-md-block {
    display: block !important;
    padding: 0;
    position: relative;
    right: 2%;
    bottom: 10%; }
  .partial_sliderHome.noDatos .sliderHome_content_carousel-caption {
    max-height: 400px;
    left: 0;
    right: 5%;
    bottom: 0;
    padding: 20px; }
  .partial_sliderHome.noDatos .sliderHome_content .altSlider {
    height: 400px; }
  .partial_sliderHome.noDatos .sliderHome_content figcaption {
    color: #ffffff;
    font-size: 14px;
    line-height: 18px; }
  .partial_sliderHome.noDatos .sliderHome_content .figure-img {
    min-width: 140px;
    max-width: 140px; }
  .partial_sliderHome.noDatos .sliderHome_item-img {
    height: 400px; }
  .sliderHome_title {
    font-family: 'BentonBook', sans-serif;
    font-size: 30px;
    font-weight: bolder;
    line-height: 1.12;
    letter-spacing: -0.7px;
    color: #ffffff; }
  .sliderHome_title span {
    font-size: 35px; } }

@media screen and (max-width: 768px) {
  .partial_sliderHome.noDatos .col-md-6 {
    width: 100%;
    max-width: 100%;
    flex: auto;
    text-align: center !important; }
  .partial_sliderHome.noDatos .sliderHome_content_carousel-caption {
    right: 0; }
  .sliderHome_content_carousel-caption .d-md-block {
    right: 0; }
  .sliderHome_content_carousel-caption .text-center {
    width: 33%;
    display: inline-block; }
  .partial_sliderHome.noDatos .sliderHome_content .figure-img {
    width: 100%; }
  .partial_sliderHome.noDatos .sliderHome_content figcaption {
    width: 100%; }
  .partial_sliderHome.noDatos .sliderHome_boton {
    margin-top: 15px;
    margin-bottom: 50px; }
  .partial_sliderHome.noDatos .sliderHome_title {
    text-align: center; } }

@media screen and (max-width: 576px) {
  .partial_sliderHome.noDatos .sliderHome_item-img {
    min-width: 100%;
    height: 400px; }
  .partial_sliderHome.noDatos .sliderHome_title {
    text-align: center; }
  .partial_sliderHome.noDatos .sliderHome_boton {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 50px;
    width: auto;
    display: inline-block;
    left: 0;
    position: relative; }
  .partial_sliderHome.noDatos .sliderHome_content .altSlider {
    height: 400px; }
  .partial_sliderHome.noDatos .sliderHome_content_carousel-caption {
    text-align: center; }
  .partial_sliderHome.siDatos .sliderHome_item-img {
    min-width: 100%;
    height: 400px; }
  .partial_sliderHome.siDatos .sliderHome_title {
    text-align: center; }
  .partial_sliderHome.siDatos .sliderHome_boton {
    text-align: center; }
  .partial_sliderHome.siDatos .sliderHome_content .altSlider {
    height: 400px; }
  .partial_sliderHome.siDatos .sliderHome_content_carousel-caption {
    text-align: center; }
  .partial_slider_Home .row.justify-content-md-around {
    margin: 0; }
  .sliderHome_content_carousel-caption .text-center {
    padding: 0; } }

@media screen and (max-width: 410px) {
  .partial_sliderHome.noDatos .sliderHome_content .figure-img {
    min-width: 90px;
    max-width: 90px; } }

@media screen and (max-width: 320px) {
  .partial_sliderHome.noDatos .sliderHome_content .figure-img {
    min-width: 90px;
    max-width: 90px; }
  .partial_sliderHome.noDatos .col-md-6 .row {
    padding: 5px; } }

/******************************************
		partials MAS LEIDOS del grid de cards
******************************************/
.component_lo_mas_leido .section_title {
  font-size: 30px;
  font-weight: bolder;
  font-family: 'BentonBook', sans-serif; }

/**************************
	media queries
	***************************/
/*********************************
		Partial captcha
*********************************/
#research-recaptcha_onboard .rc-anchor-normal {
  width: initial !important;
  max-width: 275px !important; }

/*********************************
		Carouseles
*********************************/
/* carousel 3 items con slick*/
.banner_listaLecturas_carousel .slick-dots {
  height: 50px; }

.banner_listaLecturas_carousel .slick-dots li:first-of-type > button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 30px;
  height: 50px;
  padding: 20px 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.banner_listaLecturas_carousel .slick-dots li:first-of-type ::before {
  font-size: 17px;
  line-height: 20px;
  position: absolute;
  width: 20px;
  height: 20px;
  content: '\e9a7';
  text-align: center;
  color: #ffffff;
  opacity: 0.6;
  font-family: 'icon-bbva'; }

.banner_listaLecturas_carousel .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 50px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.banner_listaLecturas_carousel .slick-dots li.slick-active ::before {
  font-size: 17px;
  line-height: 20px;
  position: absolute;
  width: 20px;
  height: 20px;
  content: '\e9a6';
  text-align: center;
  color: #ffffff;
  opacity: 1;
  font-weight: bolder;
  font-family: 'icon-bbva'; }

.banner_listaLecturas_carousel .slick-dots li > button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 30px;
  height: 50px;
  padding: 20px 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.banner_listaLecturas_carousel .slick-dots li > button ::before {
  font-size: 17px;
  line-height: 20px;
  position: absolute;
  width: 20px;
  height: 20px;
  content: '\02192';
  text-align: center;
  color: #ffffff;
  opacity: 0.6; }

.banner_listaLecturas_carousel .carousel-item {
  height: 260px; }

.banner_listaLecturas_carousel .carousel-item > img {
  min-height: 100px; }

.banner_listaLecturas_carousel .carousel-item_content {
  /*background-repeat: no-repeat;height: 140px;padding: 0px 10px;width: 100%;*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 80%;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden; }

.banner_listaLecturas_carousel .carousel-item_content::after {
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  content: '';
  z-index: -2; }

.banner_listaLecturas_carousel .carousel-item_title {
  color: #ffffff;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 50px 20px 10px 10px;
  font-weight: lighter;
  z-index: 0;
  font-family: 'BentonMedium', sans-serif;
  letter-spacing: 0px; }

.banner_listaLecturas_carousel .carousel-item_cardFecha .fecha {
  color: #ffffff;
  font-size: 10px;
  position: absolute;
  padding-left: 10px;
  top: 5px;
  letter-spacing: 0px; }

.banner_listaLecturas_carousel .carousel-item_cardFecha .icon-bulletRectangle::before {
  font-size: 5px; }

/***********
 slider con bootstrap base 1 item
 **********/
/******** carousel noticias **************/
/*carousel de noticias*/
.carousel_noticias .carousel_1_Item .carousel-item {
  height: 500px;
  background-position: center bottom;
  background-size: cover; }

.carousel_noticias .carousel_1_Item .carousel-item .carousel-caption {
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
  height: auto;
  padding: 2%;
  left: initial;
  right: initial;
  bottom: initial;
  top: initial; }

.carousel_noticias .carousel_1_Item .carousel-item .carousel-caption .title {
  color: #121212;
  font-size: 35px;
  font-family: 'BentonBook', sans-serif;
  font-weight: bold; }

.carousel_noticias .carousel_1_Item .carousel-item .carousel-caption .subtitle {
  color: #121212; }

.carousel_noticias .carousel_1_Item .carousel-item .carousel-caption .boton {
  background-color: #02a5a5;
  border: 0px;
  color: #ffffff;
  font-size: 15px;
  line-height: 16px;
  padding: 20px 30px;
  height: 56px;
  cursor: pointer; }

.carousel_noticias .carousel_1_Item .carousel-item .carousel-caption .boton .icono {
  display: none; }

/******** carousel_videos **************/
/******** cabecera autor **************/
/******** carousel noticias **************/
/******** carousel_videos **************/
/* carousel de videos*/
.carousel_videos .carousel_1_Item .carousel-item {
  height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.carousel_videos .carousel_1_Item .carousel-item::after {
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.carousel_videos .carousel_1_Item .carousel-caption {
  position: relative;
  padding: 0;
  background-color: none;
  left: initial;
  right: initial;
  bottom: initial;
  top: initial; }

.carousel_videos .carousel_1_Item .carousel-caption .title {
  color: #ffffff;
  font-size: 35px;
  font-family: 'BentonBold', sans-serif;
  font-weight: bold; }

.carousel_videos .carousel_1_Item .carousel-caption .subtitle {
  color: #ffffff; }

.carousel_videos .carousel_1_Item .carousel-caption .boton {
  background-color: transparent;
  border: 0px;
  color: #ffffff;
  font-size: 15px;
  line-height: 16px;
  padding: 20px 30px;
  height: 56px;
  cursor: pointer; }

.carousel_videos .carousel_1_Item .carousel-caption .boton .icono::after {
  content: '\e92a';
  font-family: 'icon-bbva';
  font-size: 40px; }

/******** cabecera autor **************/
/******** carousel noticias **************/
/******** carousel_videos **************/
/******** cabecera autor **************/
/* carousel de videos*/
.cabeceraAutor .carousel_1_Item .carousel-item {
  height: 300px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover; }

.cabeceraAutor .carousel_1_Item .carousel-item::after {
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.cabeceraAutor .carousel_1_Item .carousel-caption {
  position: relative;
  padding: 0;
  background-color: none;
  left: initial;
  right: initial;
  bottom: initial;
  top: initial; }

.cabeceraAutor .carousel_1_Item .carousel-caption .title {
  color: #ffffff;
  font-size: 35px;
  font-family: 'BentonBold', sans-serif;
  font-weight: bold; }

.cabeceraAutor .carousel_1_Item .carousel-caption .subtitle {
  color: #ffffff; }

.cabeceraAutor .carousel_1_Item .carousel-caption .boton {
  background-color: transparent;
  border: 0px;
  color: #ffffff;
  font-size: 15px;
  line-height: 16px;
  padding: 20px 30px;
  height: 56px;
  cursor: pointer; }

.cabeceraAutor .carousel_1_Item .carousel-caption .boton .icono::after {
  content: '\e92a';
  font-family: 'icon-bbva';
  font-size: 40px; }

/**************************
media queries
***************************/
@media screen and (max-width: 576px) {
  .carousel_1_Item .carousel_noticias .carousel-item {
    height: 350px;
    background-position: center bottom;
    background-size: cover; }
  .carousel_1_Item .carousel_noticias .carousel-item .carousel-caption {
    position: relative;
    background-color: rgba(255, 255, 255, 0.7);
    height: auto;
    padding: 2%; }
  .carousel_1_Item .carousel_noticias .carousel-item .carousel-caption .title {
    color: #121212;
    font-size: 25px;
    font-family: 'BentonBook', sans-serif;
    font-weight: bold; }
  .carousel_1_Item .carousel_noticias .carousel-item .carousel-caption .subtitle {
    color: #121212; }
  .carousel_1_Item .carousel_noticias .carousel-item .carousel-caption .boton {
    background-color: #02a5a5;
    border: 0px;
    color: #ffffff;
    font-size: 12px;
    line-height: 16px;
    padding: 20px 30px;
    height: 56px;
    cursor: pointer; }
  .carousel_1_Item .carousel_noticias .carousel-item .carousel-caption .boton::after {
    content: 'Saber más'; }
  .carousel_videos .carousel_1_Item .carousel-item {
    height: 300px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover; }
  .carousel_videos .carousel_1_Item .carousel-item .carousel-caption {
    position: relative;
    padding: 0;
    background-color: initial; }
  .carousel_videos .carousel_1_Item .carousel-item .carousel-caption .title {
    color: #ffffff;
    font-size: 35px;
    font-family: 'BentonBold', sans-serif; }
  .carousel_videos .carousel_1_Item .carousel-item .carousel-caption .subtitle {
    color: #ffffff; }
  .carousel_videos .carousel_1_Item .carousel-item .carousel-caption .boton {
    background-color: transparent;
    border: 0px;
    color: #ffffff;
    font-size: 15px;
    line-height: 16px;
    padding: 20px 30px;
    height: 56px;
    cursor: pointer; }
  .carousel_2_Item .carousel_noticias .carousel-item {
    height: 350px;
    background-position: center bottom;
    background-size: cover; }
  .carousel_2_Item .carousel_noticias .carousel-item .carousel-caption {
    position: relative;
    background-color: rgba(255, 255, 255, 0.7);
    height: auto;
    padding: 2%; }
  .carousel_2_Item .carousel_noticias .carousel-item .carousel-caption .title {
    color: #121212;
    font-size: 25px;
    font-family: 'BentonBook', sans-serif;
    font-weight: bold; }
  .carousel_2_Item .carousel_noticias .carousel-item .carousel-caption .subtitle {
    color: #121212; }
  .carousel_2_Item .carousel_noticias .carousel-item .carousel-caption .boton {
    background-color: #02a5a5;
    border: 0px;
    color: #ffffff;
    font-size: 12px;
    line-height: 16px;
    padding: 20px 30px;
    height: 56px;
    cursor: pointer; }
  .carousel_2_Item .carousel_noticias .carousel-item .carousel-caption .boton::after {
    content: 'Saber más'; }
  .carousel_videos .carousel_2_Item .carousel-item {
    height: 300px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover; }
  .carousel_videos .carousel_2_Item .carousel-item .carousel-caption {
    position: relative;
    padding: 0;
    background-color: initial; }
  .carousel_videos .carousel_2_Item .carousel-item .carousel-caption .title {
    color: #ffffff;
    font-size: 35px;
    font-family: 'BentonBold', sans-serif; }
  .carousel_videos .carousel_2_Item .carousel-item .carousel-caption .subtitle {
    color: #ffffff; }
  .carousel_videos .carousel_2_Item .carousel-item .carousel-caption .boton {
    background-color: transparent;
    border: 0px;
    color: #ffffff;
    font-size: 15px;
    line-height: 16px;
    padding: 20px 30px;
    height: 56px;
    cursor: pointer; }
  .carousel_3_Item .carousel_noticias .carousel-item {
    height: 350px;
    background-position: center bottom;
    background-size: cover; }
  .carousel_3_Item .carousel_noticias .carousel-item .carousel-caption {
    position: relative;
    background-color: rgba(255, 255, 255, 0.7);
    height: auto;
    padding: 2%; }
  .carousel_3_Item .carousel_noticias .carousel-item .carousel-caption .title {
    color: #121212;
    font-size: 25px;
    font-family: 'BentonBook', sans-serif;
    font-weight: bold; }
  .carousel_3_Item .carousel_noticias .carousel-item .carousel-caption .subtitle {
    color: #121212; }
  .carousel_3_Item .carousel_noticias .carousel-item .carousel-caption .boton {
    background-color: #02a5a5;
    border: 0px;
    color: #ffffff;
    font-size: 12px;
    line-height: 16px;
    padding: 20px 30px;
    height: 56px;
    cursor: pointer; }
  .carousel_3_Item .carousel_noticias .carousel-item .carousel-caption .boton::after {
    content: 'Saber más'; }
  .carousel_videos .carousel_3_Item .carousel-item {
    height: 300px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover; }
  .carousel_videos .carousel_3_Item .carousel-item .carousel-caption {
    position: relative;
    padding: 0;
    background-color: initial; }
  .carousel_videos .carousel_3_Item .carousel-item .carousel-caption .title {
    color: #ffffff;
    font-size: 35px;
    font-family: 'BentonBold', sans-serif; }
  .carousel_videos .carousel_3_Item .carousel-item .carousel-caption .subtitle {
    color: #ffffff; }
  .carousel_videos .carousel_3_Item .carousel-item .carousel-caption .boton {
    background-color: transparent;
    border: 0px;
    color: #ffffff;
    font-size: 15px;
    line-height: 16px;
    padding: 20px 30px;
    height: 56px;
    cursor: pointer; }
  .carousel_4_Item .carousel_noticias .carousel-item {
    height: 350px;
    background-position: center bottom;
    background-size: cover; }
  .carousel_4_Item .carousel_noticias .carousel-item .carousel-caption {
    position: relative;
    background-color: rgba(255, 255, 255, 0.7);
    height: auto;
    padding: 2%; }
  .carousel_4_Item .carousel_noticias .carousel-item .carousel-caption .title {
    color: #121212;
    font-size: 25px;
    font-family: 'BentonBook', sans-serif;
    font-weight: bold; }
  .carousel_4_Item .carousel_noticias .carousel-item .carousel-caption .subtitle {
    color: #121212; }
  .carousel_4_Item .carousel_noticias .carousel-item .carousel-caption .boton {
    background-color: #02a5a5;
    border: 0px;
    color: #ffffff;
    font-size: 12px;
    line-height: 16px;
    padding: 20px 30px;
    height: 56px;
    cursor: pointer; }
  .carousel_4_Item .carousel_noticias .carousel-item .carousel-caption .boton::after {
    content: 'Saber más'; }
  .carousel_videos .carousel_4_Item .carousel-item {
    height: 300px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover; }
  .carousel_videos .carousel_4_Item .carousel-item .carousel-caption {
    position: relative;
    padding: 0;
    background-color: initial; }
  .carousel_videos .carousel_4_Item .carousel-item .carousel-caption .title {
    color: #ffffff;
    font-size: 35px;
    font-family: 'BentonBold', sans-serif; }
  .carousel_videos .carousel_4_Item .carousel-item .carousel-caption .subtitle {
    color: #ffffff; }
  .carousel_videos .carousel_4_Item .carousel-item .carousel-caption .boton {
    background-color: transparent;
    border: 0px;
    color: #ffffff;
    font-size: 15px;
    line-height: 16px;
    padding: 20px 30px;
    height: 56px;
    cursor: pointer; } }

/*********************************
		Partial tablas revisiones en indices
*********************************/
.showElement {
  display: block; }

.hideElement {
  display: none; }

.datostd .indiceUp.icon-icon-nav_arrowDown:after {
  display: none; }

.datostd .indiceDown.icon-icon-nav_arrowDown:before {
  display: none; }

.datostd .indiceIdem.icon-icon-nav_arrowDown:before {
  display: none; }

.datostd .indiceIdem.icon-icon-nav_arrowDown:after {
  visibility: hidden; }

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
  margin: 0px 10px;
  /* Rounded sliders */ }

.switch input[type='checkbox'] {
  display: none; }

.switch .switch input {
  display: none; }

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d3d3d3;
  transition: 0.4s;
  border-radius: 100px; }

.switch .slider:before {
  position: absolute;
  content: '';
  height: 22px;
  width: 22px;
  left: 0;
  bottom: 1px;
  background-color: #00288F;
  transition: 0.4s;
  border-radius: 50%; }

.switch input:checked + .slider {
  background-color: #d3d3d3; }

.switch input:focus + .slider {
  box-shadow: 0 0 1px #2196f3; }

.switch input:checked + .slider:before {
  transform: translateX(18px); }

.switch .slider.round {
  border-radius: 34px; }

.switch .slider.round:before {
  border-radius: 50%; }

#cookie-notice {
  position: fixed;
  z-index: 1000;
  min-width: 100%;
  height: auto;
  font-size: 13px;
  line-height: 20px;
  left: 0;
  bottom: -2000px;
  background-color: #004481;
  transition: all 1s ease-in-out; }

#cookie-notice.abrirCookies {
  bottom: 0; }

#cookie-notice.cerrarCookies {
  bottom: -2000px; }

#cookie-notice p {
  text-align: left;
  color: #ffffff;
  font-family: 'BentonBook', sans-serif; }

#cookie-notice a:hover {
  color: #ffffff;
  text-decoration: underline !important; }

#cookie-notice .cookie-notice-container {
  max-width: 1260px;
  margin: 0 auto 20px;
  position: relative;
  padding-top: 20px; }

#cookie-notice .cookie-notice-container div button {
  background-color: #2a86ca;
  background: #2a86ca;
  border-radius: 1px;
  text-align: center;
  font-family: 'BentonMedium', sans-serif;
  font-size: 15px;
  color: #fff;
  letter-spacing: 0;
  line-height: 24px;
  border: 0;
  cursor: pointer;
  padding: 12px 50px;
  display: inline-block;
  margin: 10px; }

/**************************
	media queries
***************************/
@media screen and (max-width: 320px) {
  #cookie-notice {
    position: fixed;
    z-index: 1000;
    min-width: 100%;
    height: auto;
    font-size: 13px;
    line-height: 20px;
    left: 0;
    bottom: -500px;
    background-color: #004481;
    transition: all 0.8s ease-in-out; }
  #cookie-notice.abrirCookies {
    bottom: 0; }
  #cookie-notice.cerrarCookies {
    bottom: -500px; } }

.formGroup_radio-button {
  display: flex;
  margin-bottom: 20px; }

.formGroup_radio-button .radioButton {
  padding-right: 20px; }

.formGroup_radio-button .radioButton label {
  color: #ffffff; }

.formGroup_radio-button [type='radio']:checked,
.formGroup_radio-button [type='radio']:not(:checked) {
  position: absolute;
  left: -9999px; }

.formGroup_radio-button [type='radio']:checked + label,
.formGroup_radio-button [type='radio']:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 24px;
  display: inline-block;
  color: #ffffff; }

.formGroup_radio-button [type='radio']:checked + label:before,
.formGroup_radio-button [type='radio']:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  /* border: 1px solid #ddd; */
  border-radius: 100%;
  background: #d3d3d3; }

.formGroup_radio-button [type='radio']:checked + label:after,
.formGroup_radio-button [type='radio']:not(:checked) + label:after {
  position: absolute;
  content: '';
  height: 21px;
  width: 21px;
  left: 2px;
  bottom: 1px;
  background-color: #00288F;
  transition: 0.4s;
  border-radius: 50%; }

.formGroup_radio-button [type='radio']:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }

.formGroup_radio-button [type='radio']:checked + label:after {
  opacity: 1;
  transform: scale(1); }

.panel-img-indicadores .fdoIframe {
  display: flex;
  min-height: 400px;
  padding: 30px 20px; }

.dato-grafico-select {
  background-color: #00288F;
  color: #ffffff !important; }

.dato-grafico-deselect {
  background-color: none;
  color: inherit; }

.indication {
  display: inline-block;
  float: left; }

.indication > div {
  padding: 6px;
  margin-right: 5px;
  border-radius: 60px;
  margin-top: 6px; }

#mapadinamico .mapLegend {
  text-align: left; }

#mapadinamico ul.list-index-map li {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-around; }

#mapadinamico ul.list-index-map li.active a.button {
  background-color: #00288F;
  color: #ffffff; }

#mapadinamico ul.list-index-map li a.button {
  background-color: #ffffff;
  border-radius: 1px;
  font-family: 'BentonBook', sans-serif;
  font-size: 15px;
  color: #00288F;
  letter-spacing: 0;
  line-height: 24px;
  border: 0;
  cursor: pointer;
  padding: 5px 20px;
  display: inline-block;
  margin: 2px; }

#mapadinamico ul.list-index-map li a.button:hover {
  background-color: #00288F;
  color: #ffffff; }

#mapadinamico #values-reference {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 90%; }

#mapadinamico #values-reference label {
  display: block; }

#mapadinamico #values-reference #color-gradient {
  display: inline-block;
  width: 70%;
  height: 20px;
  position: relative;
  font-size: 12px;
  background: -webkit-linear-gradient(left, #5bbeff, #004481); }

#mapadinamico #values-reference #color-gradient:before {
  content: attr(data-min);
  position: absolute;
  right: 100%;
  top: 1px;
  margin-right: 5px; }

#mapadinamico #values-reference #color-gradient:after {
  content: attr(data-max);
  position: absolute;
  left: 100%;
  top: 1px;
  margin-left: 5px; }

/* graficoPrevisiones*/
/* grafico banca*/
/* graficoPrevisiones*/
#graficoprevisiones .rowMenuDrop {
  height: 65px; }

#graficoprevisiones .rowMenuDrop .selectMenu {
  width: 100%;
  margin: 20px 0px; }

#graficoprevisiones .rowMenuDrop .dropdown {
  border-bottom: 1px solid #121212;
  width: 100%; }

#graficoprevisiones .rowMenuDrop a {
  background-color: #ffffff;
  font-family: 'BentonBook', sans-serif;
  font-size: 16px;
  height: 50px;
  padding: 20px 10px;
  line-height: 10px;
  display: block;
  cursor: pointer; }

#graficoprevisiones .rowMenuDrop a.dropdown-toggle:after {
  float: right; }

#graficoprevisiones .rowMenuDrop .btn-group {
  width: 100%; }

#graficoprevisiones .rowMenuDrop ul.dropdown-menu {
  background-color: #ffffff;
  width: 100%; }

#graficoprevisiones .rowMenuDrop ul.dropdown-menu li.dropdown-item {
  border-bottom: 1px solid #f4f4f4; }

#graficoprevisiones .rowMenuDrop ul.dropdown-menu :hover {
  background-color: #ffffff; }

#graficoprevisiones .graficaLegend {
  padding: 0 20px;
  display: flex;
  justify-content: center; }

#graficoprevisiones form {
  width: 100%; }

#graficoprevisiones #selector-type {
  display: flex;
  justify-content: space-between; }

#graficoprevisiones #selector-type > div {
  width: 90%;
  flex: 1 50%; }

#graficoprevisiones #selector-type > div .button {
  background-color: #ffffff;
  border-radius: 1px;
  font-family: 'BentonBook', sans-serif;
  font-size: 15px;
  color: #00288F;
  letter-spacing: 0;
  line-height: 24px;
  border: 0;
  cursor: pointer;
  padding: 13px 20px;
  display: inline-block;
  margin: 2px;
  width: 99%; }

#graficoprevisiones #selector-type > div .button:hover {
  background-color: #00288F;
  color: #ffffff; }

#graficoprevisiones #selector-type > div .button.active {
  background-color: #00288F;
  color: #ffffff; }

#graficoprevisiones #selector-type > div #selector-type-geography {
  width: 90%;
  flex: 1 50%; }

#graficoprevisiones #selector-type > div #selector-type-index {
  width: 90%;
  flex: 1 50%; }

#graficoprevisiones #selector-content {
  padding: 10px 0px; }

#graficoprevisiones #selector-content .rowMenuDrop {
  height: 65px; }

#graficoprevisiones #selector-content .rowMenuDrop .selectMenu {
  width: 100%;
  margin: 20px 0px; }

#graficoprevisiones #selector-content .rowMenuDrop .dropdown {
  border-bottom: 1px solid #121212;
  width: 100%; }

#graficoprevisiones #selector-content .rowMenuDrop a {
  background-color: #ffffff;
  font-family: 'BentonBook', sans-serif;
  font-size: 16px;
  height: 50px;
  padding: 20px 10px;
  line-height: 10px;
  display: block;
  cursor: pointer; }

#graficoprevisiones #selector-content .rowMenuDrop a.dropdown-toggle:after {
  float: right; }

#graficoprevisiones #selector-content .rowMenuDrop .btn-group {
  width: 100%; }

#graficoprevisiones #selector-content .rowMenuDrop ul.dropdown-menu {
  background-color: #ffffff;
  width: 100%; }

#graficoprevisiones #selector-content .rowMenuDrop ul.dropdown-menu li.dropdown-item {
  border-bottom: 1px solid #f4f4f4; }

#graficoprevisiones #selector-content .rowMenuDrop ul.dropdown-menu :hover {
  background-color: #ffffff; }

#graficoprevisiones #selector-content ul.lstIndiceFrame {
  position: relative;
  max-height: 255px; }

#graficoprevisiones #selector-content ul.lstIndiceFrame.list_n1 {
  overflow-y: auto;
  max-height: 200px;
  padding-left: 0px; }

#graficoprevisiones #selector-content ul.lstIndiceFrame .list_n2 {
  padding-left: 15px;
  margin-left: 15px; }

#graficoprevisiones #selector-content ul.lstIndiceFrame .list_n3 {
  padding-left: 15px;
  margin-left: 16px; }

#graficoprevisiones #selector-content ul.lstIndiceFrame li {
  font-family: 'BentonBook', sans-serif;
  font-size: 12px; }

#graficoprevisiones #selector-content ul.lstIndiceFrame li div.indication_block {
  margin-bottom: 1px;
  padding-left: 3px;
  cursor: pointer; }

#graficoprevisiones #selector-content ul.lstIndiceFrame > li {
  margin-left: 0px; }

#graficoprevisiones #selector-content ul.lstZonaFrame {
  position: relative;
  max-height: 255px; }

#graficoprevisiones #selector-content ul.lstZonaFrame.list_n1 {
  overflow-y: auto;
  max-height: 200px;
  padding-left: 0px; }

#graficoprevisiones #selector-content ul.lstZonaFrame .list_n2 {
  padding-left: 15px;
  margin-left: 15px; }

#graficoprevisiones #selector-content ul.lstZonaFrame .list_n3 {
  padding-left: 15px;
  margin-left: 16px; }

#graficoprevisiones #selector-content ul.lstZonaFrame li {
  font-family: 'BentonBook', sans-serif;
  font-size: 12px; }

#graficoprevisiones #selector-content ul.lstZonaFrame li div.indication_block {
  margin-bottom: 1px;
  padding-left: 3px;
  cursor: pointer; }

#graficoprevisiones #selector-content ul.lstZonaFrame > li {
  margin-left: 0px; }

#graficoprevisiones #selector-content .selector-type-geography-content {
  width: 100%; }

#graficoprevisiones #selector-content .selector-type-index-content {
  width: 100%; }

/* grafico banca*/
/* graficoPrevisiones*/
/* grafico banca*/
#graficobanca .rowMenuDrop {
  height: 65px; }

#graficobanca .rowMenuDrop .selectMenu {
  width: 100%;
  margin: 20px 0px; }

#graficobanca .rowMenuDrop .dropdown {
  border-bottom: 1px solid #121212;
  width: 100%; }

#graficobanca .rowMenuDrop a {
  background-color: #ffffff;
  font-family: 'BentonBook', sans-serif;
  font-size: 16px;
  height: 50px;
  padding: 20px 10px;
  line-height: 10px;
  display: block;
  cursor: pointer; }

#graficobanca .rowMenuDrop a.dropdown-toggle:after {
  float: right; }

#graficobanca .rowMenuDrop .btn-group {
  width: 100%; }

#graficobanca .rowMenuDrop ul.dropdown-menu {
  background-color: #ffffff;
  width: 100%; }

#graficobanca .rowMenuDrop ul.dropdown-menu li.dropdown-item {
  border-bottom: 1px solid #f4f4f4; }

#graficobanca .rowMenuDrop ul.dropdown-menu :hover {
  background-color: #ffffff; }

#graficobanca .graficaLegend {
  padding: 0 20px;
  display: flex;
  justify-content: center; }

#graficobanca .fdoIframe {
  display: flex;
  min-height: 400px;
  padding: 30px 20px;
  position: relative; }

#graficobanca .fdoIframe .form {
  width: 100%; }

#graficobanca #selector-content {
  padding: 10px 0px;
  width: 100%; }

#graficobanca #selector-content ul.lstBancaFrame {
  position: relative;
  max-height: 250px; }

#graficobanca #selector-content ul.lstBancaFrame.list_n1 {
  overflow-y: auto;
  padding-left: 0px; }

#graficobanca #selector-content ul.lstBancaFrame .list_n2 {
  padding-left: 15px;
  margin-left: 15px; }

#graficobanca #selector-content ul.lstBancaFrame .list_n3 {
  padding-left: 15px;
  margin-left: 16px; }

#graficobanca #selector-content ul.lstBancaFrame li {
  font-family: 'BentonBook', sans-serif;
  font-size: 12px; }

#graficobanca #selector-content ul.lstBancaFrame li div.indication_block {
  margin-bottom: 1px;
  padding-left: 3px;
  cursor: pointer; }

#graficobanca #selector-content ul.lstBancaFrame > li {
  margin-left: 0px; }

#graficobanca #selector-content .selector-type-geography-content {
  width: 100%; }

#graficobanca #selector-content .selector-type-index-content {
  width: 100%; }

/************* medias querys
*****************/
@media screen and (max-width: 992px) {
  #mapadinamico #values-reference {
    position: initial;
    width: 100%;
    padding-top: 30px; } }

@media screen and (max-width: 768px) {
  #graficoprevisiones form {
    width: 100%; }
  #graficoprevisiones #selector-type {
    margin-top: 20px; }
  #graficoprevisiones #selector-content {
    padding: 10px 0px; }
  #graficoprevisiones .rowMenuDrop {
    margin-bottom: 20px; }
  #graficoprevisiones #selector-content {
    padding: 10px 0px; }
  #graficoprevisiones #selector-content ul.lstIndiceFrame {
    padding: 5px; }
  #graficoprevisiones #selector-content ul.lstIndiceFrame li {
    font-size: 12px;
    margin-left: 0;
    cursor: pointer;
    padding-left: 0; }
  #graficoprevisiones #selector-content ul.lstIndiceFrame .list_n2 {
    padding-left: 5px;
    margin-left: 5px; }
  .panel-img-indicadores .fdoIframe {
    padding: 30px 0px; }
  #graficoprevisiones #selector-content ul.lstIndiceFrame li .nivel2 div.indication_block .indication_text {
    display: block;
    margin-left: 22px;
    position: relative; } }

@media screen and (max-width: 320px) {
  #graficoprevisiones form {
    width: 100%; } }

/******************************************
		partial MAS INFO
******************************************/
.partial_logado_mas-info {
  padding: 50px 0; }

.partial_logado_mas-info_title {
  font-family: 'BentonBook', sans-serif;
  font-size: 38px;
  font-weight: bolder;
  line-height: 1.12;
  letter-spacing: -0.7px;
  color: #ffffff; }

.partial_logado_mas-info_title span {
  font-size: 40px; }

.partial_logado_mas-info_boton {
  margin-top: 30px;
  background-color: #072146;
  border: 0px;
  color: #ffffff;
  font-size: 15px;
  line-height: 16px;
  padding: 20px 30px;
  height: 56px;
  cursor: pointer;
  display: inline-block; }

.partial_logado_mas-info_boton:hover,
.partial_logado_mas-info_boton:focus {
  color: #ffffff; }

.partial_logado_mas-info--green {
  background: url("../images/bg_verde.svg");
  background-size: 100%;
  background-position: center bottom -1px; }

.partial_logado_mas-info--blue {
  background: url("../images/bg_azul.svg");
  background-size: 100%;
  background-position: center bottom -1px; }

.partial_logado_mas-info .figure {
  display: inline; }

.partial_logado_mas-info .figure-container {
  padding: 0; }

.partial_logado_mas-info .img-fluid {
  width: 100%; }

/**************************
media queries
***************************/
@media screen and (max-width: 768px) {
  .component_mas-info .d-none {
    display: block !important; }
  .partial_logado_mas-info .figure-container {
    width: 33%; }
  .partial_logado_mas-info .align-items-center {
    text-align: left !important; }
  .partial_logado_mas-info--blue {
    background-size: auto; }
  .partial_logado_mas-info .col-md-6 {
    width: 100%; } }

@media screen and (max-width: 576px) {
  .partial_logado_mas-info .col-md-6 {
    text-align: center; }
  .partial_logado_mas-info .col-md-6.d-none {
    padding-top: 30px; }
  .partial_logado_mas-info {
    padding: 20px; } }

/*shortcodes*/
/*********************************
		shortcode CARD
*********************************/
/*margin-bottom: 32px;*/
.white .shortcode_card .shortcode_card_container {
  box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 6px 0px; }

.shortcode_card .shortcode_card_container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .shortcode_card .shortcode_card_container .card_groupFoto {
    height: 190px;
  }
}

@media screen and (min-width: 992px) {
  .shortcode_card .shortcode_card_container .card_groupFoto {
    height: 208px;
  }
}

.shortcode_card .shortcode_card_container .card_groupFoto {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden; }

.shortcode_card .shortcode_card_container .card_groupFoto .cardFotoBg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #121212;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden; }

.shortcode_card .shortcode_card_container .card_groupFoto .cardFotoMask {
  width: 100%;
  height: 100%;
  background-color: #072146;
  opacity: 0.25;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=25)';
  filter: alpha(opacity=25);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10; }

.shortcode_card .shortcode_card_container .card_groupTitulo {
  display: flex;
  flex-direction: column; }

.shortcode_card .shortcode_card_container .card_groupTitulo .cardFecha {
  color: #070E46;
  font-family: 'BBVA-Book';
  font-size: 15.01px;
  line-height: 24px;
  padding: 8px 0;
}

.shortcode_card .shortcode_card_container .card_groupTitulo .cardFecha i {
  position: relative;
  margin-right: 14px;
  top: -2px; }

.shortcode_card .shortcode_card_container .card_groupTitulo .cardFecha i:before {
  font-size: 5px;
  color: #00288F; }

.shortcode_card .shortcode_card_container .card_groupTitulo .cardTitulo {
  font-family: 'BBVA-Medium';
  font-size: 24px;
  line-height: 32px;
  color: #070E46;
  margin: 0;
  padding: 0;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.shortcode_card .shortcode_card_container .card_groupTitulo .cardTitulo a {
  color: #ffffff; }

.shortcode_card .shortcode_card_container .card_groupTitulo .cardClose {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  z-index: 12; }

.shortcode_card .shortcode_card_container .card_groupTitulo .cardClose i:before {
  color: #ffffff; }

.shortcode_card .shortcode_card_container .card_groupTexto {
  /* padding: 5px 24px 0px 24px;  */
}

.shortcode_card .shortcode_card_container .card_groupTexto .cardTexto {
  font-family: 'BentonBook', sans-serif;
  color: #666666;
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 8px; }

.shortcode_card .shortcode_card_container .card_groupTexto .cardTexto a {
  font-family: 'BentonBook', sans-serif; }

.shortcode_card .shortcode_card_container .card_groupLabels {
  padding: 5px 24px 0px 24px;
  position: relative; }

.shortcode_card .shortcode_card_container .card_groupLabels .lista_labels li.itemList_hiddenLabel {
  display: none; }

.shortcode_card .shortcode_card_container .card_groupTools {
  /* padding: 15px 24px 14px 24px;  */
}

.shortcode_card .shortcode_card_container .card_groupTools .toolsDescargas {
  width: 100%;
  float: left; }

.shortcode_card
.shortcode_card_container
.card_groupTools
.toolsDescargas
.partial_lista_downloadArch
a
i.icon-nav_extlink:before {
  padding-left: 10px;
  font-size: 20px; }

.shortcode_card .shortcode_card_container .card_groupTools .toolsDescargas ul.lista_toolsArchivosDescargas li {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 8px; }

.shortcode_card
.shortcode_card_container
.card_groupTools
.toolsDescargas
ul.lista_toolsArchivosDescargas
li
span.toolsDescargas_trianguloIcono {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 30px;
  height: 30px;
  text-align: center; }

.shortcode_card
.shortcode_card_container
.card_groupTools
.toolsDescargas
ul.lista_toolsArchivosDescargas
li
span.toolsDescargas_trianguloIcono:before {
  content: '';
  width: 0px;
  height: 0px;
  position: relative;
  top: 28px;
  left: 0px;
  border-top: 30px solid #f4f4f4;
  border-right: 30px solid transparent; }

.shortcode_card .shortcode_card_container .card_groupTools .toolsDescargas ul.lista_toolsArchivosDescargas li i {
  top: 4px;
  left: 7px;
  position: relative;
  z-index: 10; }

.shortcode_card .shortcode_card_container .card_groupTools .toolsDescargas ul.lista_toolsArchivosDescargas li i:before {
  color: #666666;
  font-size: 15px; }

.shortcode_card
.shortcode_card_container
.card_groupTools
.toolsDescargas
ul.lista_toolsArchivosDescargas
li.lista_itemTitulo {
  display: none; }

.shortcode_card .shortcode_card_container .card_groupTools .toolsCompartir {
  width: 50%;
  float: right;
  position: relative; }

.shortcode_card .shortcode_card_container .card_groupTools .toolsCompartir p.texto_toolsCompartir {
  width: auto;
  float: right;
  margin: 5px 0px 0px 0px; }

.shortcode_card .shortcode_card_container .card_groupTools .toolsCompartir p.texto_toolsCompartir a i:before {
  font-size: 18px;
  color: #00288F; }

.shortcode_card
.shortcode_card_container
.card_groupTools
.toolsCompartir
p.texto_toolsCompartir
a#abrir_tooltip_compartirRRSS:hover
~ tooltip_compartirRRSS {
  display: block; }

.shortcode_card
.shortcode_card_container
.card_groupTools
.toolsCompartir
p.texto_toolsCompartir
a#abrir_tooltip_otrosTools:hover
~ tooltip_otrosTools {
  display: block; }

.shortcode_card .shortcode_card_container .card_groupTools .toolsCompartir .tooltip_toolsRRSS {
  display: none;
  width: 124px;
  height: auto;
  position: absolute;
  right: 28px;
  top: 35px;
  z-index: 1002; }

.shortcode_card
.shortcode_card_container
.card_groupTools
.toolsCompartir
.tooltip_toolsRRSS
.tooltip_toolsRRSS_container {
  height: 100%;
  width: 100%;
  float: left;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px -10px 6px 0px rgba(50, 50, 50, 0.1);
  border-radius: 1px;
  overflow: visible;
  position: relative; }

.shortcode_card
.shortcode_card_container
.card_groupTools
.toolsCompartir
.tooltip_toolsRRSS
.tooltip_toolsRRSS_container:before {
  content: '';
  width: 0px;
  height: 0px;
  position: absolute;
  top: -15px;
  right: 0px;
  border-left: 20px solid transparent;
  border-bottom: 15px solid #ffffff; }

.shortcode_card
.shortcode_card_container
.card_groupTools
.toolsCompartir
.tooltip_toolsRRSS
.tooltip_toolsRRSS_container
ul.lista_toolsRRSS {
  margin: 24px; }

.shortcode_card
.shortcode_card_container
.card_groupTools
.toolsCompartir
.tooltip_toolsRRSS
.tooltip_toolsRRSS_container
ul.lista_toolsRRSS
li {
  position: relative;
  display: inline-block; }

.shortcode_card
.shortcode_card_container
.card_groupTools
.toolsCompartir
.tooltip_toolsRRSS
.tooltip_toolsRRSS_container
ul.lista_toolsRRSS
li
a {
  display: block; }

.shortcode_card
.shortcode_card_container
.card_groupTools
.toolsCompartir
.tooltip_toolsRRSS
.tooltip_toolsRRSS_container
ul.lista_toolsRRSS
li
a
i {
  top: 2px;
  position: relative; }

.shortcode_card
.shortcode_card_container
.card_groupTools
.toolsCompartir
.tooltip_toolsRRSS
.tooltip_toolsRRSS_container
ul.lista_toolsRRSS
li
a
i:before {
  font-size: 28px; }

.shortcode_card
.shortcode_card_container
.card_groupTools
.toolsCompartir
.tooltip_toolsRRSS
.tooltip_toolsRRSS_container
ul.lista_toolsRRSS
li#lista_toolsRRSS_item_twitter {
  margin-right: 8px; }

.shortcode_card
.shortcode_card_container
.card_groupTools
.toolsCompartir
.tooltip_toolsRRSS
.tooltip_toolsRRSS_container
ul.lista_toolsRRSS
li#lista_toolsRRSS_item_twitter
a
i:before {
  color: #1da1f2; }

.shortcode_card
.shortcode_card_container
.card_groupTools
.toolsCompartir
.tooltip_toolsRRSS
.tooltip_toolsRRSS_container
ul.lista_toolsRRSS
li#lista_toolsRRSS_item_twitter
a:hover
i:before {
  color: #00288F; }

.shortcode_card
.shortcode_card_container
.card_groupTools
.toolsCompartir
.tooltip_toolsRRSS
.tooltip_toolsRRSS_container
ul.lista_toolsRRSS
li#lista_toolsRRSS_item_linkedin {
  margin-right: 8px; }

.shortcode_card
.shortcode_card_container
.card_groupTools
.toolsCompartir
.tooltip_toolsRRSS
.tooltip_toolsRRSS_container
ul.lista_toolsRRSS
li#lista_toolsRRSS_item_linkedin
a
i:before {
  color: #0077b5; }

.shortcode_card
.shortcode_card_container
.card_groupTools
.toolsCompartir
.tooltip_toolsRRSS
.tooltip_toolsRRSS_container
ul.lista_toolsRRSS
li#lista_toolsRRSS_item_linkedin
a:hover
i:before {
  color: #00288F; }

.shortcode_card
.shortcode_card_container
.card_groupTools
.toolsCompartir
.tooltip_toolsRRSS
.tooltip_toolsRRSS_container
ul.lista_toolsRRSS
li#lista_toolsRRSS_item_google {
  margin-right: 0px; }

.shortcode_card
.shortcode_card_container
.card_groupTools
.toolsCompartir
.tooltip_toolsRRSS
.tooltip_toolsRRSS_container
ul.lista_toolsRRSS
li#lista_toolsRRSS_item_google
a
i:before {
  color: #dd4b39; }

.shortcode_card
.shortcode_card_container
.card_groupTools
.toolsCompartir
.tooltip_toolsRRSS
.tooltip_toolsRRSS_container
ul.lista_toolsRRSS
li#lista_toolsRRSS_item_google
a:hover
i:before {
  color: #00288F; }

.shortcode_card .shortcode_card_container .card_groupTools .toolsCompartir .tooltip_toolsOtros {
  display: none;
  width: 270px;
  height: auto;
  position: absolute;
  right: 8px;
  top: 35px;
  z-index: 1002; }

.shortcode_card
.shortcode_card_container
.card_groupTools
.toolsCompartir
.tooltip_toolsOtros
.tooltip_toolsOtros_container {
  height: 100%;
  width: 100%;
  float: left;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px -10px 6px 0px rgba(50, 50, 50, 0.1);
  border-radius: 1px;
  overflow: visible;
  position: relative; }

.shortcode_card
.shortcode_card_container
.card_groupTools
.toolsCompartir
.tooltip_toolsOtros
.tooltip_toolsOtros_container:before {
  content: '';
  width: 0px;
  height: 0px;
  position: absolute;
  top: -15px;
  right: 0px;
  border-left: 20px solid transparent;
  border-bottom: 15px solid #ffffff; }

.shortcode_card
.shortcode_card_container
.card_groupTools
.toolsCompartir
.tooltip_toolsOtros
.tooltip_toolsOtros_container
ul.lista_toolsOtros {
  margin: 24px; }

.shortcode_card
.shortcode_card_container
.card_groupTools
.toolsCompartir
.tooltip_toolsOtros
.tooltip_toolsOtros_container
ul.lista_toolsOtros
li {
  position: relative; }

.shortcode_card
.shortcode_card_container
.card_groupTools
.toolsCompartir
.tooltip_toolsOtros
.tooltip_toolsOtros_container
ul.lista_toolsOtros
li
a {
  display: block; }

.shortcode_card
.shortcode_card_container
.card_groupTools
.toolsCompartir
.tooltip_toolsOtros
.tooltip_toolsOtros_container
ul.lista_toolsOtros
li
a
i {
  top: 2px;
  margin-right: 15px;
  position: relative; }

.shortcode_card
.shortcode_card_container
.card_groupTools
.toolsCompartir
.tooltip_toolsOtros
.tooltip_toolsOtros_container
ul.lista_toolsOtros
li
a
i:before {
  color: #00288F;
  font-size: 15px; }

.shortcode_card
.shortcode_card_container
.card_groupTools
.toolsCompartir
.tooltip_toolsOtros
.tooltip_toolsOtros_container
ul.lista_toolsOtros
li
a
i[class^='icon-listaLectura'] {
  margin-right: 18px;
  margin-left: 0px; }

.shortcode_card
.shortcode_card_container
.card_groupTools
.toolsCompartir
.tooltip_toolsOtros
.tooltip_toolsOtros_container
ul.lista_toolsOtros
li
a
i[class^='icon-biblioteca'] {
  margin-right: 18px;
  margin-left: 0px; }

.shortcode_card
.shortcode_card_container
.card_groupTools
.toolsCompartir
.tooltip_toolsOtros
.tooltip_toolsOtros_container
ul.lista_toolsOtros
li
a
span {
  font-family: 'BentonMedium', sans-serif;
  color: #00288F;
  font-size: 12px;
  line-height: 24px; }

.shortcode_card.f_2x2 {
  padding: 20px;
  background-color: #fff;
  border-radius: 1rem; 
  width: 100%;
  height: 100%;
}

.shortcode_card.f_2x2 .card_groupFoto {
  width: 100%;
  /* height: 250px; */
  border-radius: .5rem; }

.shortcode_card.f_2x2 .card_groupTitulo {
  width: 100%;
  height: auto;
  position: relative;
  padding: 16px 0; }

.shortcode_card.f_2x2 .shortcode_card_container .card_groupTexto {
  overflow: hidden;
  height: 85px; }

.shortcode_card.f_2x2 .card_groupTexto {
  width: 100%; }

.shortcode_card.f_2x2 .card_groupLabels {
  width: 100%;
  float: right; }

.shortcode_card.f_2x2 .card_groupTools {
  flex-grow: 1;
  display: flex;
  align-items: end; 
  margin-top : 10px;
  margin-bottom: 4px;
}

.shortcode_card.f_4x1 {
  height: 306px;
 }

.shortcode_card.f_4x1 .card_groupFoto {
  width: 51.5%;
  height: 304px; }

.shortcode_card.f_4x1 .card_groupTitulo {
  width: 51.5%;
  position: absolute;
  top: 0; }

.shortcode_card.f_4x1 .card_groupTexto {
  width: 48.5%;
  padding: 24px 24px 0px 24px; }

.shortcode_card.f_4x1 .card_groupLabels {
  width: 48.5%; }

.shortcode_card.f_4x1 .card_groupTools {
  width: 48.5%;
  position: absolute;
  bottom: 0px; }

.shortcode_card.f_4x1.img_izq .card_groupFoto {
  float: left; }

.shortcode_card.f_4x1.img_izq .card_groupTitulo {
  left: 0; }

.shortcode_card.f_4x1.img_izq .card_groupTexto,
.shortcode_card.f_4x1.img_izq .card_groupLabels {
  float: right; }

.shortcode_card.f_4x1.img_izq .card_groupTools {
  right: 0px; }

.shortcode_card.f_4x1.img_dcha .card_groupFoto {
  float: right; }

.shortcode_card.f_4x1.img_dcha .card_groupTitulo {
  right: 0;
  left: inherit; }

.shortcode_card.f_4x1.img_dcha .card_groupTexto,
.shortcode_card.f_4x1.img_dcha .card_groupLabels {
  float: left; }

.shortcode_card.f_4x1.img_dcha .card_groupTools {
  left: 0px;
  right: inherit; }

.shortcode_card.f_3x1 {
  height: 556px; }

.shortcode_card.f_3x1 .card_groupFoto {
  width: 100%;
  height: 250px; }

.shortcode_card.f_3x1 .card_groupTitulo {
  width: 100%;
  height: 250px;
  position: absolute;
  top: 0;
  left: 0; }

.shortcode_card.f_3x1 .card_groupTitulo .cardTitulo {
  font-family: 'BentonLight', sans-serif;
  font-size: 24px;
  font-weight: 500; }

.shortcode_card.f_3x1 .card_groupTexto {
  width: 100%;
  max-height: 150px;
  min-height: 150px; }

.shortcode_card.f_3x1 .card_groupLabels {
  width: 100%;
  float: right; }

.shortcode_card.f_3x1 .card_groupTools {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px; }

/**************************
media queries
***************************/
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .shortcode_card.f_2x2 {
    height: 590px; }
  .shortcode_card.f_4x1 {
    height: 355px; }
  .shortcode_card.f_4x1 .card_groupFoto {
    height: 353px; } }

@media screen and (min-width: 769px) and (max-width: 991px) {
  .shortcode_card.f_2x2 {
    height: 635px; }
  .shortcode_card.f_4x1 {
    height: 395px; }
  .shortcode_card.f_4x1 .card_groupFoto {
    height: 393px; } }

@media screen and (max-width: 992px) {
  .shortcode_card .shortcode_card_container .card_groupTitulo .cardTitulo {
    font-family: 'BentonBold', sans-serif;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -0.378; }
  .shortcode_card .shortcode_card_container .card_groupTools .toolsDescargas {
    width: 80%; }
  .shortcode_card .shortcode_card_container .card_groupTools .toolsCompartir {
    width: 20%; } }

@media screen and (max-width: 768px) {
  .shortcode_card .shortcode_card_container .card_groupTitulo {
    /* padding: 24px 15px 0px 24px;  */
  }
  .shortcode_card .shortcode_card_container .card_groupTitulo .cardTitulo {
    font-family: 'BentonMedium', sans-serif;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.378; }
  .shortcode_card .shortcode_card_container .card_groupTexto {
    height: 90px;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .shortcode_card .shortcode_card_container .card_groupTexto .cardTexto {
    font-size: 13px;
    min-height: 90px;
    max-height: 90px; }
  .shortcode_card .shortcode_card_container .card_groupTexto:after {
    content: '';
    text-align: right;
    position: absolute;
    bottom: 160px;
    right: 0;
    width: 20%;
    height: 1.2em;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%); }
  .shortcode_card .shortcode_card_container .card_groupTools .toolsDescargas {
    width: 80%; }
  .shortcode_card .shortcode_card_container .card_groupTools .toolsCompartir {
    width: 20%; }
  .shortcode_card.f_4x1,
  .shortcode_card.f_2x2 {
    padding: 16px;
    height: auto; }
  .shortcode_card.f_4x1 .shortcode_card_container .card_groupFoto,
  .shortcode_card.f_2x2 .shortcode_card_container .card_groupFoto {
    width: 100%;
    /* height: 250px;  */
  }
  .shortcode_card.f_4x1 .shortcode_card_container .card_groupTitulo,
  .shortcode_card.f_2x2 .shortcode_card_container .card_groupTitulo {
    width: 100%;
    height: auto;
    /*position: initial;*/
    top: 0;
    left: 0; }
  .shortcode_card.f_4x1 .shortcode_card_container .card_groupTexto,
  .shortcode_card.f_2x2 .shortcode_card_container .card_groupTexto {
    width: 100%;
    /* padding: 12px 24px 0px 24px;  */
  }
  .shortcode_card.f_4x1 .shortcode_card_container .card_groupLabels,
  .shortcode_card.f_2x2 .shortcode_card_container .card_groupLabels {
    float: left;
    width: 100%;
    padding-top: 10px; }
  .shortcode_card.f_4x1 .shortcode_card_container .card_groupTools,
  .shortcode_card.f_2x2 .shortcode_card_container .card_groupTools {
    width: 100%;
    position: relative;
    bottom: 0px;
    left: 0px;
    float: left; 
    margin-top: 25px;
  }
  .shortcode_card.f_1x1 .shortcode_card_container .cardTitulo {
    font-size: 12px; }
  .shortcode_card:before {
    display: table;
    content: ''; }
  .shortcode_card:after {
    display: table;
    content: '';
    clear: both; } }

@media screen and (max-width: 576px) {
  .shortcode_card.f_3x1 {
    height: 556px; }
  .shortcode_card.f_3x1 .card_groupFoto {
    width: 100%;
    height: 250px; }
  .shortcode_card.f_3x1 .card_groupTitulo {
    width: 100%;
    height: 250px;
    position: absolute;
    top: 0;
    left: 0; }
  .shortcode_card.f_3x1 .card_groupTitulo .cardTitulo {
    font-family: 'BentonLight', sans-serif;
    font-size: 24px;
    font-weight: 500; }
  .shortcode_card.f_3x1 .card_groupTexto {
    width: 100%;
    max-height: 160px;
    min-height: 160px; } }

@supports (-webkit-line-clamp: 7) {
  .shortcode_card.f_2x2 .shortcode_card_container .card_groupTexto {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
  .shortcode_card.f_2x2 .shortcode_card_container .card_groupTexto:after {
    display: none; } }

/*********************************
		shortcode CARD SMALL
*********************************/
.shortcode_card.card_small .shortcode_card_container_hidden {
  position: relative;
  height: 250px;
  overflow: hidden;
  float: none; }

.shortcode_card.card_small .shortcode_card_container_hidden:hover .card_groupTitulo {
  top: -250px; }

.shortcode_card.card_small .shortcode_card_container_hidden:hover .card_groupTexto {
  top: 0; }

.shortcode_card.card_small .shortcode_card_container_hidden:hover .card_groupFoto .cardFotoMask {
  opacity: 0.8; }

.shortcode_card.card_small .shortcode_card_container .cardClose {
  position: absolute;
  z-index: 13;
  right: 10px;
  top: 10px;
  font-size: 30px;
  line-height: 1;
  color: #ffffff; }

.shortcode_card.card_small .shortcode_card_container .cardClose i:before {
  color: #ffffff; }

.shortcode_card.card_small .shortcode_card_container .card_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12; }

.shortcode_card.card_small .shortcode_card_container .card_groupTitulo {
  transition: top 0.5s ease; }

.shortcode_card.card_small .shortcode_card_container .card_groupTitulo .cardFecha {
  padding-top: 20px;
  padding-left: 20px; }

.shortcode_card.card_small .shortcode_card_container .card_groupTitulo .cardTitulo {
  font-size: 25px;
  line-height: 29px;
  padding: 0px 20px 0px 20px; }

.shortcode_card.card_small .shortcode_card_container .card_groupTitulo .cardTitulo a {
  color: #ffffff; }

.shortcode_card.card_small .shortcode_card_container .card_groupTexto {
  transition: top 0.5s ease;
  position: absolute;
  top: 250px;
  z-index: 11;
  padding: 35px 24px; }

.shortcode_card.card_small .shortcode_card_container .card_groupTexto .cardTexto {
  color: #ffffff;
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 8px; }

.shortcode_card.card_small .shortcode_card_container .card_groupTexto .cardTexto a {
  font-family: 'BentonMedium', sans-serif; }

.shortcode_card.card_small .shortcode_card_container .card_groupFoto .cardFotoMask {
  transition: opacity 0.5s ease; }

.shortcode_card.card_small .shortcode_card_container .card_groupTools {
  padding: 10px;
  position: relative;
  width: 100%;
  float: left; }

/*********************************
		shortcode CARD SMALL
*********************************/
.partial_lo_mas_leido_3Col .shortcode_card_sinFoto_container .cardNum {
  font-family: 'BentonBold', sans-serif;
  font-size: 3.2rem;
  padding-bottom: 7px; }

.partial_lo_mas_leido_3Col .shortcode_card_sinFoto_container .lineBlue {
  background-color: #004283;
  height: 8px;
  width: 70px;
  margin-bottom: 11px;
  margin-top: -10px; }

.partial_lo_mas_leido_3Col .shortcode_card_sinFoto_container .lineBlue::after {
  position: absolute;
  content: '';
  left: 67px;
  border-left: 19px solid #004085;
  border-bottom: 8px solid #fff;
  /* bottom: 0; */
  width: 24px;
  right: 0; }

.partial_lo_mas_leido_3Col .shortcode_card_sinFoto_container .card_groupTitulo {
  min-height: 40px;
  padding-top: 30px; }

.partial_lo_mas_leido_3Col .shortcode_card_sinFoto_container .card_groupTitulo .cardTitulo {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #121212;
  font-family: 'BentonMedium', sans-serif;
  height: 60px; }

.partial_lo_mas_leido_3Col .shortcode_card_sinFoto_container .card_groupTexto {
  position: absolute;
  top: 65px; }

.partial_lo_mas_leido_3Col .shortcode_card_sinFoto_container .card_groupTexto .cardTexto {
  font-size: 13px;
  line-height: 20px; }

.partial_lo_mas_leido_3Col .shortcode_card_sinFoto_container .cardLeerMas {
  font-size: 13px;
  text-align: right;
  padding-right: 20px; }

/*.shortcode_card_sinFoto_container{

		.card_groupTitulo{
			min-height: 40px;
		}
		.cardTitulo{
			font-size: 16px;
			line-height: 20px;
			letter-spacing: 0.5px;
			color:$black;
			font-family:$font_BentonMedium;

		}

		.card_groupTexto {

			min-height: 60px;
		}

		.cardTexto{
			font-size: 13px;
			line-height: 20px;

		}
		.cardLeerMas {
			font-size: 13px;

		}


	}*/
/*modals*/
/* modal DESCARGA DE PUBLICACIONES */
.modalDescargas.show .modal-dialog-video {
  transition: transform 0.3s ease-out, max-width 0.6s ease-out 0.3s; }

.modalDescargas.show .modal-dialog-video.expanded {
  max-width: 750px; }

.modalDescargas .modal-dialog .modal-content {
  max-width: 790px;
  height: auto; }

.modalDescargas .modal-dialog .modal-content .modal-header {
  background-color: #f4f4f4; }

.modalDescargas .modal-dialog .modal-content .modal-header .modal-title {
  font-family: 'BentonBold', sans-serif;
  color: #666666;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  margin: 5px 0px 0px 08px;
  padding: 0px; }

.modalDescargas .modal-dialog .modal-content .modal-header button.close {
  opacity: 1; }

.modalDescargas .modal-dialog .modal-content .modal-header button.close i {
  position: relative;
  margin-right: 14px;
  top: -2px; }

.modalDescargas .modal-dialog .modal-content .modal-header button.close i:before {
  font-size: 15px;
  color: #00288F; }

.modalDescargas .modal-dialog .modal-content .modal-body {
  padding: 20px 50px;
  min-height: 430px; }

.modalDescargas .modal-dialog .modal-content .modal-body .form_descargaPublicaciones {
  margin: 10px 0px; }

.modalDescargas
.modal-dialog
.modal-content
.modal-body
.form_descargaPublicaciones
.form_descargaPublicaciones_container {
  overflow: auto;
  padding: 0 5px 0 0;
  max-height: calc(55vh - (1.75rem * 2)); }

.modalDescargas
.modal-dialog
.modal-content
.modal-body
.form_descargaPublicaciones
.form_descargaPublicaciones_container::-webkit-scrollbar {
  width: 3px; }

.modalDescargas
.modal-dialog
.modal-content
.modal-body
.form_descargaPublicaciones
.form_descargaPublicaciones_container::-webkit-scrollbar-track {
  -wekit-box-shadow: inset 0 3px 0 #d3d3d3; }

.modalDescargas
.modal-dialog
.modal-content
.modal-body
.form_descargaPublicaciones
.form_descargaPublicaciones_container::-webkit-scrollbar-thumb {
  background-color: #d3d3d3; }

.modalDescargas .modal-dialog .modal-content .modal-body .form_descargaPublicaciones .publicacion_title {
  font-family: 'BentonMedium', sans-serif;
  color: #121212;
  font-size: 15px;
  line-height: 16px;
  text-transform: uppercase;
  padding: 10px 0px;
  font-size: 18px;
  line-height: 21px; }

.modalDescargas .modal-dialog .modal-content .modal-body .form_descargaPublicaciones .publicacion_texto {
  font-family: 'BentonBook', sans-serif;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0;
  color: #666666;
  padding: 0px 0px 8px 0px;
  margin-bottom: 16px;
  text-align: left; }

.modalDescargas .modal-dialog .modal-content .modal-body .form_descargaPublicaciones .publicacion_group {
  background-color: #f4f4f4;
  margin-bottom: 5px;
  padding: 20px 20px; }

.modalDescargas .modal-dialog .modal-content .modal-body .form_descargaPublicaciones .publicacion_group:before {
  display: table;
  content: ''; }

.modalDescargas .modal-dialog .modal-content .modal-body .form_descargaPublicaciones .publicacion_group:after {
  display: table;
  content: '';
  clear: both; }

.modalDescargas
.modal-dialog
.modal-content
.modal-body
.form_descargaPublicaciones
.publicacion_group
.formGroup_checkbox
input[type='checkbox']
+ label {
  font-family: 'BentonMedium', sans-serif;
  color: #121212;
  background-size: 12px;
  background-position: 0px 7px;
  padding: 2px 0px 0px 30px; }

.modalDescargas
.modal-dialog
.modal-content
.modal-body
.form_descargaPublicaciones
.publicacion_group
.publicacion_tipoArchivos {
  color: #121212;
  font-size: 13px;
  line-height: 16px;
  padding: 0px 0px 0px 30px;
  margin-top: 10px;
  display: flex;
  align-items: center; }

.modalDescargas
.modal-dialog
.modal-content
.modal-body
.form_descargaPublicaciones
.publicacion_group
.publicacion_tipoArchivos_title {
  padding: 0px 0px 0px 6px;
  position: relative; }

.modalDescargas
.modal-dialog
.modal-content
.modal-body
.form_descargaPublicaciones
.publicacion_group
.publicacion_tipoArchivos_title
.icon-bulletRectangle {
  top: 2px;
  position: absolute;
  z-index: 10;
  margin-right: 5px; }

.modalDescargas
.modal-dialog
.modal-content
.modal-body
.form_descargaPublicaciones
.publicacion_group
.publicacion_tipoArchivos_title
.icon-bulletRectangle:before {
  color: #00288F;
  font-size: 5px; }

.modalDescargas
.modal-dialog
.modal-content
.modal-body
.form_descargaPublicaciones
.publicacion_group
.publicacion_tipoArchivos_title_link {
  padding-left: 25px;
  display: block; }

.modalDescargas
.modal-dialog
.modal-content
.modal-body
.form_descargaPublicaciones
.publicacion_group
.publicacion_tipoArchivos_detalle {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 15; }

.modalDescargas
.modal-dialog
.modal-content
.modal-body
.form_descargaPublicaciones
.publicacion_group
.publicacion_tipoArchivos_detalle_back {
  padding: 10px; }

.modalDescargas
.modal-dialog
.modal-content
.modal-body
.form_descargaPublicaciones
.publicacion_group
.publicacion_tipoArchivos_detalle_backLink {
  color: #00288F;
  font-size: 12px;
  padding: 0 15px 0 0px; }

.modalDescargas
.modal-dialog
.modal-content
.modal-body
.form_descargaPublicaciones
.publicacion_group
.publicacion_tipoArchivos_detalle_backLink
i {
  padding: 0 5px 0 0; }

.modalDescargas
.modal-dialog
.modal-content
.modal-body
.form_descargaPublicaciones
.publicacion_group
.publicacion_datosArchivos {
  display: flex;
  flex-direction: column;
  padding: 0 0 0 15px; }

.modalDescargas
.modal-dialog
.modal-content
.modal-body
.form_descargaPublicaciones
.publicacion_group
.publicacion_nombreArchivos {
  color: #121212;
  font-size: 13px;
  line-height: 16px;
  margin-top: 10px;
  word-break: break-word; }

.modalDescargas
.modal-dialog
.modal-content
.modal-body
.form_descargaPublicaciones
.publicacion_group
.publicacion_fechaActualizacionArchivos {
  font-size: 12px;
  line-height: 14px;
  margin-top: 10px;
  float: right;
  display: block; }

.modalDescargas
.modal-dialog
.modal-content
.modal-body
.form_descargaPublicaciones
.publicacion_group
ul.lista_formDescargas {
  width: 50%;
  float: left;
  margin-bottom: 10px;
  padding-right: 16px; }

.modalDescargas
.modal-dialog
.modal-content
.modal-body
.form_descargaPublicaciones
.publicacion_group
ul.lista_formDescargas
li {
  font-family: 'BentonBook', sans-serif;
  color: #121212;
  font-size: 13px;
  line-height: 16px;
  width: 100%; }

.modalDescargas
.modal-dialog
.modal-content
.modal-body
.form_descargaPublicaciones
.publicacion_group
ul.lista_formDescargas
li.lista_itemTitulo {
  display: block;
  margin-bottom: 15px; }

.modalDescargas .modal-dialog .modal-content .modal-body .form_descargaPublicaciones .publicacion_botones {
  margin-top: 30px; }

.modalDescargas
.modal-dialog
.modal-content
.modal-body
.form_descargaPublicaciones
.publicacion_botones
.form_botones {
  display: flex;
  justify-content: space-evenly; }

.modalDescargas
.modal-dialog
.modal-content
.modal-body
.form_descargaPublicaciones
.publicacion_botones
.form_botones
[class*='boton'] {
  align-self: center; }

.modalDescargas .modal-dialog .modal-content .modal-body iframe {
  width: calc(100% - 20px);
  max-width: calc(100% - 20px);
  height: 88%;
  margin-left: 10px; }

@media screen and (max-width: 767px) {
  .modalDescargas .modal-dialog .modal-content .modal-body {
    padding: 20px; }
  .modalDescargas.modalDescarga_publicaciones-docs
.modal-dialog
.modal-content
.modal-body
.form_descargaPublicaciones
.publicacion_group
.publicacion_tipoArchivos {
    padding: 0; } }

/* modal DESCARGA DE PUBLICACIONES */
.modalVisualizarVideo .modal-dialog {
  max-width: 750px; }

.modalVisualizarVideo .modal-dialog .modal-content {
  width: 100%;
  height: auto;
  background-color: transparent;
  border: 0px;
  text-align: center; }

.modalVisualizarVideo .modal-dialog .modal-content .modal-header {
  width: 100%;
  border: 0px; }

.modalVisualizarVideo .modal-dialog .modal-content .modal-header button.close {
  opacity: 1; }

.modalVisualizarVideo .modal-dialog .modal-content .modal-header button.close i {
  position: relative;
  margin-right: 14px;
  top: -2px; }

.modalVisualizarVideo .modal-dialog .modal-content .modal-header button.close i:before {
  font-size: 15px;
  color: #ffffff; }

.iframe-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; }

.iframe-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

/* modal DESCARGA DE PUBLICACIONES */
.modalVisualizarAudio .modal-dialog {
  max-width: 90%; }

.modalVisualizarAudio .modal-dialog .modal-content {
  width: 100%;
  height: auto;
  text-align: center; }

.modalVisualizarAudio .modal-dialog .modal-content .modal-header {
  width: 100%;
  border: 0px; }

/* modal AÑADIR COMENTARIO */
.modal_addComment .modal-dialog {
  max-width: 950px; }

.modal_addComment .modal-dialog .modal-content {
  height: auto; }

.modal_addComment .modal-dialog .modal-content .modal-header {
  border: 0; }

.modal_addComment .modal-dialog .modal-content .modal-header button.close {
  opacity: 1; }

.modal_addComment .modal-dialog .modal-content .modal-header button.close i {
  position: relative;
  margin-right: 14px;
  top: -2px; }

.modal_addComment .modal-dialog .modal-content .modal-header button.close i:before {
  font-size: 15px;
  color: #00288F; }

.modal_addComment .modal-dialog .modal-content .modal-header .title-comment {
  width: 100%;
  text-align: center;
  padding-top: 30px; }

.modal_addComment .modal-dialog .modal-content .modal-body {
  padding: 20px 50px 60px 50px; }

.modal_addComment .modal-dialog .modal-content .modal-body .modal_addComment_form {
  margin: auto;
  max-width: 550px; }

.modal_addComment .modal-dialog .modal-content .modal-body .modal_addComment_form .formGroup_text {
  margin-bottom: 30px;
  border-bottom: 1px solid #121212; }

.modal_addComment .modal-dialog .modal-content .modal-body .modal_addComment_form .formGroup_text .formText {
  border: 0; }

.modal_addComment .modal-dialog .modal-content .modal-body .modal_addComment_form .formGroup_text .formText-textarea {
  min-height: 120px; }

.modal_addComment
.modal-dialog
.modal-content
.modal-body
.modal_addComment_form
.formGroup_text
.formText-textarea
.formTextLabel {
  opacity: 1; }

.modal_addComment
.modal-dialog
.modal-content
.modal-body
.modal_addComment_form
.formGroup_text
.formText-textarea:focus
~ label {
  opacity: 0; }

.modal_addComment
.modal-dialog
.modal-content
.modal-body
.modal_addComment_form
.addComment_botones
.form_botones
.boton {
  background: #f4f4f4;
  color: #d3d3d3;
  transition: all 0.3s ease-in-out; }

.modal_addComment
.modal-dialog
.modal-content
.modal-body
.modal_addComment_form:valid
.addComment_botones
.form_botones
.boton {
  background: #00288F;
  color: #ffffff; }

.modal_addComment .modal-dialog .modal-content .modal-body .modal_addComment_title {
  font-size: 30px;
  margin-bottom: 30px;
  line-height: 1.3;
  color: #121212; }

/*ZOOM MAPA*/
.smooth_zoom_preloader {
  background-image: url(../images/preloader.gif);
  margin: 20px auto; }

.smooth_zoom_icons {
  background-image: url(../images/icons.png); }

#zoom_container .landmarks {
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0px;
  font-family: Helvetica, Arial, Verdana;
  font-size: 12px;
  color: #ffffff; }

#zoom_container .landmarks .item {
  position: absolute;
  text-align: center;
  display: none;
  padding: 0; }

#zoom_container .landmarks .mark .text {
  background: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #CCCCCC;
  box-shadow: -3px 5px 10px 1px #000000;
  padding: 15px 15px 5px 15px; }

.boxTop .flecha {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 13px solid #FFF;
  height: 0;
  margin: -1px auto;
  width: 0; }

/*.boxBottom .flecha {border-left:8px solid transparent; border-right:8px solid transparent; border-bottom:13px solid #FFF; height:0; margin:-0 auto -1px; width:0; position:relative;}
      .boxRight .flecha{border-top:8px solid transparent; border-bottom:8px solid transparent; border-right:13px solid #FFF; height:0; margin:0 auto; width:0;}
      .boxLeft .flecha {border-top:8px solid transparent; border-bottom:8px solid transparent; border-left:13px solid #FFF; height:0; margin:0 auto; width:0;}*/
.posicionarCaja p {
  line-height: 18px !important; }

.tituloGlobo {
  display: block;
  float: left;
  width: 100%;
  position: relative; }

.tituloGlobo span {
  color: #009EE5;
  float: left;
  font-weight: bold;
  font-size: 16px;
  text-transform: none;
  line-height: 24px; }

.tituloGlobo a {
  float: right;
  font-size: 14px;
  font-weight: bold;
  height: 20px;
  position: absolute;
  right: -14px;
  top: -10px;
  width: 20px; }

#main .mostrarTexto p {
  clear: both;
  color: #666666;
  font-size: 12px;
  font-weight: normal;
  margin: 3px 0 0;
  text-align: left;
  text-transform: none; }

#main .mostrarTexto p a {
  color: #094FA4;
  font-weight: bold; }

.increaseIndex {
  z-index: 10 !important; }

/*ZOOM MAPA*/
.promo_info {
  flex: 0 0 100%;
  max-width: 100%; }
  .promo_info__content {
    width: 100%;
    padding: 40px 15px 40px 15px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    max-width: 930px; }
  .promo_info__title {
    font-family: 'BentonMedium', sans-serif;
    font-size: 22px;
    font-weight: normal;
    color: #000;
    line-height: 30px;
    padding-bottom: 8px; }
  .promo_info__text {
    font-family: 'BentonBook', sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    color: #000; }
  .promo_info__button {
    padding-top: 40px; }

.btn__basic {
  display: inline-block;
  margin-top: 4px;
  text-decoration: none;
  font-family: 'BentonMedium', sans-serif;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
  max-width: 100%;
  line-height: 24px;
  padding: 12px 32px;
  border-radius: 1px;
  min-width: 76px;
  border: 0;
  cursor: pointer;
  background-color: #1d73b2;
  color: #ffffff;
  will-change: background-position;
  background-size: 210% 100%;
  background-position: 99% center;
  background-repeat: no-repeat;
  transition: background-position 0.66667s cubic-bezier(0.24, 0.22, 0.31, 1.07);
  background-color: #1d73b2;
  background-image: linear-gradient(100deg, #1464a5 50%, #1d73b2 50%); }
  .btn__basic:hover {
    color: #ffffff;
    background-position: 0 center; }

.btn__medium-blue {
  background-color: #1d73b2;
  will-change: background-position;
  background-size: 210% 100%;
  background-position: 99% center;
  background-repeat: no-repeat;
  transition: background-position 0.66667s cubic-bezier(0.24, 0.22, 0.31, 1.07); }
  .btn__medium-blue:focus {
    outline: 1px solid #fff;
    outline-offset: -4px;
    color: #ffffff; }

.btn__medium-aqua {
  background-color: #028484;
  will-change: background-position;
  background-size: 210% 100%;
  background-position: 99% center;
  background-repeat: no-repeat;
  transition: background-position 0.66667s cubic-bezier(0.24, 0.22, 0.31, 1.07);
  background-color: #028484;
  background-image: linear-gradient(100deg, #2dcccd 50%, #028484 50%); }
  .btn__medium-aqua:focus {
    outline: 1px solid #fff;
    outline-offset: -4px;
    color: #ffffff; }

.cont_text_module {
  margin: 0 16px;
  border-radius: 1rem;
  margin-top: 15px;
}

.text_module {
  flex: 0 0 100%;
  position: relative; 
  padding: 20px 0;
}
.bg-filter {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 9;
  background: rgba(7,33,70,0.4);
  border-radius: 1rem;
}
  .text-module__img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
    z-index: 8;
    border-radius: 1rem;
}
  .text_module--full-width, .text_module--center {
    max-width: 100%; }
  .text_module__content {
    border-radius: 1rem;
    background-color: #fff;
    width: 100%;
    padding: 0 15px; 
    position: relative;
  }
  .text_module__headboard {
    /* padding-top: 24px !important; */
  }
  @media screen and (min-width: 992px) {
    .text_module__headboard.width_desktop {
      width: 68%;
    }

  }

  @media screen and (max-width: 767px){
    .text-module__img + .text_module__headboard {
      min-height: 200px;
    }
  }

  @media screen and (min-width: 768px){
    .text-module__img + .text_module__headboard {
      min-height: 248px;
    }
  }

  .text-module__img + .text_module__headboard{
    margin-bottom: 2rem;
    padding: 32px;
    position: relative;
    z-index: 10;
    margin-top: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .text-module__img + .text_module__headboard h1,
  .text-module__img + .text_module__headboard h1 p{
    color: white;
  }

  .text-module__img + .text_module__headboard .text_module__headboard-content{
    width: 100%;
    padding: 0;
    min-height: 200px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .text_module__date {
    font-family: 'BentonBook';
    font-size: 15px;
    line-height: 24px;
    color: #070E46;
    margin: 22px 0; }
  .text_module__date a {
    font-family: 'BBVA-Medium' !important;
    font-size: 15px;
    line-height: 24px;
    color: #00288F !important;
  }
  .text_module__title-1 {
    font-family: 'TiemposHeadline-Bold';
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 0px;
    margin: 0;
  }
    .text_module__title-1 .highlighted_title  {
      color: #2DCCCD; 
    }

  @media screen and (max-width: 769px){
    .text_module__title-1 {
      font-family: 'TiemposHeadline-Bold';
      font-size: 32px;
      line-height: 40px;
      letter-spacing: 0px;
    }
    .text_module__description {
      padding: 32px 16px !important;
    }
    .cont_video_youtube_module_text {
      padding-bottom: 16px;
    }
  }

  @media screen and (min-width: 770px){
    .cont_video_youtube_module_text {
      padding-bottom: 48px;
    }
  }


  .text_module__title-2 {
    font-family: 'BentonMedium', sans-serif;
    font-size: 36px;
    font-weight: normal;
    line-height: 30px;
    color: #121212;
    padding-bottom: 15px;
    margin: 0px; }
  .text_module__highlighted {
    font-family: 'BentonBook', sans-serif;
    font-size: 17px;
    font-weight: normal;
    color: #666666;
    line-height: 24px;
    margin: auto;
    padding-bottom: 1rem;
    max-width: 900px; }
  #search_filter .text_module__sub-title {
    font-family: 'BentonBook', sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    color: #666666; 
    margin: 0;
    max-width: auto;
  }
  .text_module__sub-title {
    font-family: 'BentonBook', sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    color: #666666; 
    margin: 0 auto;
    max-width: 900px;
  }
    .text_module__sub-title p {
      font-family: 'BBVA-Book';
      margin-top: 16px;
      color: #070E46;
      font-size: 20px;
      line-height: 32px;
    }

    .text-module__img ~ .text_module__headboard .text_module__sub-title p {
      color: white;
    }
    
  .text_module__description {
    font-family: 'BentonBook', sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 24px;
    color: #666666;
    padding: 32px;
    /* text-align: justify; */
  }
  .text_module__description img, .text_module__description iframe {
    max-width: 100%; }
  .text_module__description ul, .text_module__description p, .text_module__description table {
    font-family: 'BBVA-Book';
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #070E46;
  }
  .text_module__description li {
    padding-left: 5px; }
  .text_module__description li:before {
    font-family: "bbva-icons-spherica" !important;
    content: "\f140";
    color: #00288F;
    font-weight: normal;
    font-style: normal;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle; }
  .text_module__description table {
    width: 100%; }
  .text_module__description table tr {
    border-bottom: 1px solid #D3D3D3; }
  .text_module__description table th, .text_module__description table td {
    width: auto;
    padding: 16px 8px 16px 0; }
  .text_module__img {
    width: 100%;
    padding-top: 40px; }
  .text_module__img img {
    width: 100%;
    height: 100%; }
  .text_module__video {
    padding-top: 40px; }
  .text_module__table {
    padding-top: 20px;
    padding-bottom: 20px; }
  .text_module__pie {
    font-family: 'BentonBook', sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    color: #666666;
    padding-top: 8px; }
  .text_module__links {
    display: flex;
    flex-flow: row wrap;
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid #D3D3D3; }
  .text_module__button {
    padding-top: 16px; }

  .text-aqua{
      color: #2DCCCD;
  }

  .text_module strong,
  .features__text strong{
    color: #666;
  }
@media (max-width: 767px) {
  .text_module__headboard{
    padding-top: 32px;
    padding-bottom: 20px;
  }
  .text_module__title-1 {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .text-module__img ~ .text_module__headboard{
    padding: 50px;
  }
  .text_module__headboard{
    padding: 24px !important;
    /* padding-left: 30px !important;
    padding-right: 30px !important; */
  }
}

.groupToolsNews div {
  margin-bottom: 8px;
}
  
.video a:hover i:before {
  color: #ffffff; }

.video__img {
  position: relative; }
  .video__img i.play {
    font-size: 42px;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .video__img i.play:before {
      color: #ffffff; }
  .video__img figure {
    margin: 0; }

.video__time {
  padding: 7px 5px 5px 5px;
  position: absolute;
  background-color: #00288F;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff; }
  .video__time-text {
    font-size: 10px;
    line-height: 10px; }
  .video__time i {
    padding-bottom: 15px; }
    .video__time i:before, .video__time i:hover {
      color: #ffffff; }

.video__img img {
  width: 100%;
  border-radius: .5rem;
}

/* .container.multimedia {
  padding: 40px 30px; }
  .container.multimedia .section_title {
    padding-top: 0; }
  .container.multimedia .card_groupTitulo .cardTitulo {
    -webkit-line-clamp: 3; }
  .container.multimedia .shortcode_card.f_2x2 {
    height: 398px;
    margin-bottom: 20px; }
    .container.multimedia .shortcode_card.f_2x2 .video__img img {
      height: 180px; }
    .container.multimedia .shortcode_card.f_2x2 .card_groupFoto {
      height: 180px; }
    .container.multimedia .shortcode_card.f_2x2 .card_groupTools {
      position: absolute;
      bottom: 8px; 
    }
  .container.multimedia .partial_lista_partial_lista_playArch i {
    font-size: 18px;
    padding-right: 8px; } */

.link_whith_icon {
  padding-right: 20px; }
  .link_whith_icon__link {
    font-size: 15px; }
    .link_whith_icon__link i {
      padding-left: 8px; }

.link-list {
  flex: 0 0 100%; }
  .link-list__content {
    width: 100%;
    padding: 40px 15px 40px 15px; }
    #search_filter .link-list__content {
      padding: 40px 0;
    }
  .link-list ul li {
    text-decoration: none;
    list-style-type: none; }
  .link-list__link {
    padding: 16px 0;
    border-bottom: 1px solid #D3D3D3; }
  .link-list__title {
    font-family: 'BentonMedium', sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 30px;
    color: #121212;
    padding-bottom: 15px;
    margin: 0px; }
  .link-list__description {
    font-family: 'BentonBook', sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 24px;
    color: #121212;
    padding-bottom: 10px; }
  .link-list__sub-desc {
    font-family: 'BentonBook', sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    color: #666666;
    padding-bottom: 10px; }

.priips_search {
  flex: 0 0 100%; }
  .priips_search__content {
    width: 100%;
    padding: 40px 15px 40px 15px; }
    .priips_search__content form {
      width: 520px; }
    .priips_search__content.--underline {
      border-bottom: 1px solid #D3D3D3; }
  .priips_search__desc {
    font-family: 'BentonMedium', sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #121212; }
  .priips_search__50_50 {
    display: flex;
    justify-content: space-between; }
    .priips_search__50_50 .center-v {
      display: flex;
      align-items: center; }
  .priips_search__resultados {
    padding: 40px 0; }
    .priips_search__resultados .link-list__content {
      padding: 40px 20px;
      background-color: #ffffff; }
  .priips_search__res-titulo {
    font-family: 'BentonMedium', sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #121212; }
  .priips_search__res-num {
    font-family: 'BentonBook', sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #666666;
    padding-bottom: 10px; }


  #c-select-fmilyd{
    max-width: 70%;
  }
  #c-select-fmilyd .c-select__label{
    left:1rem;
  }

    #c-select-langed{
    max-width: 27%;
  }
  #c-select-langed .c-select__label{
    left:1rem;
  }

.limpiar {
  color: #00288F;
  font-size: 15px;
  font-family: 'BentonMedium', sans-serif;
  line-height: 24px; }
  .limpiar i:before {
    color: #00288F;
    font-size: 16px;
    padding-right: 10px; }

.accordion {
  flex: 0 0 100%; }
  .accordion__container {
    width: 100%;
    padding: 40px 20px; }
  .accordion__item {
    border-bottom: 1px solid #D3D3D3; }
  .accordion.grey .accordion__content {
    background-color: #ffffff; }
  .accordion__content {
    background-color: #F4F4F4; }
  .accordion__button {
    padding: 8px 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 15px;
    font-family: 'BentonMedium', sans-serif;
    line-height: 24px;
    color: #1973B8 !important; }
    .accordion__button:hover {
      color: #1973B8 !important; }
    .accordion__button .icon-nav_fold {
      display: block; }
      .accordion__button .icon-nav_fold:before {
        font-size: 22px;
        color: #00288F; }
    .accordion__button .icon-nav_unfold {
      display: none; }
      .accordion__button .icon-nav_unfold:before {
        font-size: 22px;
        color: #00288F; }
    .accordion__button.collapsed .icon-nav_fold {
      display: none; }
    .accordion__button.collapsed .icon-nav_unfold {
      display: block; }

.conference_marquee {
  flex: 0 0 100%;
  /* margin-bottom: 0;  */
  margin: 16px;}
  .conference_marquee__container {
    width: 100%;
    position: relative;
    height: 548px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-height: 200px; }
  .conference_marquee__image {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%; }
    .conference_marquee__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; 
      border-radius: 1rem; 
        }
  .conference_marquee__data {
    margin: 0 auto;
    width: 240px;
    vertical-align: middle;
    color: #ffffff; }
    .conference_marquee__data--top {
      font-family: 'BentonBook', sans-serif;
      font-size: 12px;
      line-height: 16px;
      display: flex;
      flex-flow: row wrap;
      justify-content: space-around;
      margin-bottom: 80px; }
    .conference_marquee__data div {
      padding: 0 3px; }
  .conference_marquee__date:before {
    font-family: 'icon-bbva';
    content: '\E942';
    padding-right: 5px; }
  .conference_marquee__hour:before {
    font-family: 'icon-bbva';
    content: '\E90F';
    padding-right: 5px; }
  .conference_marquee__type:before {
    font-family: 'icon-bbva';
    content: '\E98C';
    padding-right: 5px; }
  .conference_marquee__title {
    font-family: 'BentonBold', sans-serif;
    font-size: 32px;
    line-height: 40px;
    text-align: center; }

.contact_list {
  flex: 0 0 100%; }
  .contact_list__container {
    width: 100%;
    padding: 40px 20px; }
  .contact_list__item {
    padding-bottom: 20px;
    vertical-align: top; }
  .contact_list__title {
    font-family: 'BentonMedium', sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #666666; }
  .contact_list__desc {
    font-family: 'BentonBook', sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #121212; }
  .contact_list__mail a {
    font-family: 'BentonMedium', sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #00288F; }
    .contact_list__mail a:before {
      font-family: 'icon-bbva';
      content: '\E904';
      padding-right: 8px; }
  .contact_list__tel {
    font-family: 'BentonMedium', sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #121212; }
    .contact_list__tel:before {
      font-family: 'icon-bbva';
      content: '\E90E';
      padding-right: 8px; }
  .contact_list__comment {
    font-family: 'BentonBook', sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #121212; }

.conference_list {
  flex: 0 0 100%; }
  .conference_list__container {
    width: 100%;
    padding: 0 20px; 
    /* padding: 40px 20px;  */
  }
  .conference_list__item {
    margin-bottom: 30px;
    background-color: #fff; }
  .conference_list__list-title {
    font-family: 'BentonMedium', sans-serif;
    font-size: 36px;
    line-height: 32px;
    color: #121212;
    padding-bottom: 20px; }

.conference_list__data {
  display: flex;
  flex-direction: column-reverse; 
}
@media screen and (max-width: 767px) {
  .conference_list__data {
    flex-direction: column; 
  }
}

@media screen and (min-width: 768px) {
  .conference_list__data {
    flex-direction: column-reverse; 
  }
}
  .conference_list__tipology {
    font-family: 'BentonMedium', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    padding-bottom: 16px; }
  .conference_list__text {
    padding: 0px 16px 16px 16px; }
  .conference_list__title {
    font-family: 'BBVA-Medium';
    font-size: 24px;
    line-height: 32px;
    color: #070E46;
    margin: 10px 0;
    padding: 0; }
  .conference_list__info {
    font-family: 'BentonBook', sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #666666;
    padding-bottom: 16px; }
  .conference_list__info span {
    display: inline-block;
    padding-right: 1rem;
    color: #070E46;
    font-family: 'BBVA-Book';
    font-size: 15.01px;
    line-height: 24px;
  }
  .conference_list__date:before {
    font-family: 'icon-bbva';
    content: '\E942';
    padding-right: 5px; }
  .conference_list__hour:before {
    font-family: 'icon-bbva';
    content: '\E90F';
    padding-right: 5px; }
  .conference_list__type:before {
    font-family: 'icon-bbva';
    content: '\E98C';
    padding-right: 5px; }
  .conference_list__img {
    max-width: 100%;
    padding-bottom: 16px;
    box-sizing: border-box; }
  .conference_list__img img {
    width: 100%;
    height: 100%;
    display: block; 
    border-radius: .5rem;}
  .conference_list__link a {
    font-family: 'BBVA-Medium';
    font-size: 15.01px;
    line-height: 24px;
    color: #001391;
  }

.micro_illustratation_card_module {
  flex: 0 0 100%; }
  .micro_illustratation_card_module__container {
    width: 100%;
    padding: 40px 20px; }
  .micro_illustratation_card_module__title {
    font-family: 'BentonLight', sans-serif;
    font-size: 26px;
    line-height: 32px;
    color: #121212;
    text-align: center; }
  .micro_illustratation_card_module__cards {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    margin: 0 auto; }
  .micro_illustratation_card_module__card {
    position: relative;
    max-width: 360px;
    min-width: 288px;
    max-height: 219px;
    min-height: 202px;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px 0px;
    margin-bottom: 20px;
    margin-top: 60px;
    padding: 30px; }
  .micro_illustratation_card_module__img {
    position: absolute;
    width: 100%;
    left: 0;
    top: -39px; }
    .micro_illustratation_card_module__img img {
      display: block;
      margin: 0 auto; }
  .micro_illustratation_card_module__data {
    max-width: 230px;
    padding-top: 26%; }
  .micro_illustratation_card_module__card-title {
    font-family: 'BentonMedium', sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #121212; }
  .micro_illustratation_card_module__pais {
    font-family: 'BentonBook', sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #666666;
    padding-top: 8px; }
    .micro_illustratation_card_module__pais:before {
      font-family: 'icon-bbva';
      content: '\E98C';
      padding-right: 4px;
      color: #00288F; }




/****RESTYLING EVENTS*****/     
.conference_list__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-wrap: wrap;
  border-radius: .5rem;
}

.conference_list__img {
  padding: 0;
  width: 100%;
  max-width: inherit;
  padding: 16px;
}

.conference_list__text {
  background-color: white;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  line-height: 20px;
  margin: 0;
  width: 100%;
  border-radius: .5rem;
}

.conference_list__tipology{
  padding: 0;
}

.conference_list__tipology span {
  font-family: 'BBVA-Book';
  font-size: 15.01px;
  line-height: 24px;
  font-style: italic;
  padding: 8px;
  color: #00288F;
  background-color: #F7F8F8;
  border-radius: .5rem;
  margin-right: 8px;
}

.conference_list__tipology span:last-child {
  margin-right: 0;
}

.conference_list__info {
  position: relative;
  display: flex;
}

@media screen and (max-width: 767px) {
  .conference_list__info {
    flex-wrap: wrap;
  }
  .conference_list__info span {
    padding-bottom: 5px;
  }
}

@media screen and (min-width: 768px) {
  .conference_list__info {
    flex-direction: column;
  }
  .conference_list__info span {
    padding-bottom: 16px;
  }
}

.conference_list__link a i:before {
  padding-left: 10px;
  font-size: 20px;
}

.conference_list__info.active .finished_text {
  display: none;
}

.conference_list__info.active i::before, .conference_list__info.active, .categoria-fecha.active i:before {
  color: #ff8111;
}

.conference_list__info.finalized i::before,
.categoria-fecha.finalized i:before {
  color: #666666;
}

.conference_list__info span.finished_text {
  position: absolute;
  right: 0;
  padding: 0;
}

.conference_list__abstract{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 16px;
}

.conference_list__abstract {
  font-family: 'BBVA-Book';
  font-size: 15px;
  line-height: 24px;
  color: #070E46;
}

@media (min-width: 768px) {
  .conference_list__item {
      flex-wrap: nowrap;
      flex-direction: row;
  }
  .conference_list__img {
    width: 46%;
  }

  .conference_list__text {
    width: 60%;
    max-width: inherit;
  }
  .conference_list__info {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .conference_list__title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    padding: 0;
    -webkit-box-orient: vertical;
  }
}

@media (min-width: 992px) {
  .conference_list__info span{
    padding-right: 2rem;
  }
  .conference_list__text {
    padding: 16px 24px 16px 16px;
  }
}
/****YEAR_LIST AWARDS****/

.year_list__awards .list_items__container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  margin: 0;
}
.year_list__awards .title_awards{
  font-size: 36px;
  line-height: 32px;
}
.year_list__awards .list_items__item {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  position: relative;
  width: 340px;
  min-width: 288px;
  min-height: 202px;
  background-color: #ffffff;
  box-shadow: rgb(0 0 0 / 20%) 0px 1px 1px 0px;
  margin-bottom: 0;
  margin-top: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 30px;
  border-bottom: 0;
}

.year_list__awards .list_items__title-image {
  max-height: 115px;
  padding-right: 5px;
  width: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 2rem;
}

.year_list__awards  .list_items__title {
  text-align: center;
}


.year_list__awards .year_list__selector {
  margin: auto;
}
.year_list__awards .year_list__selector .c-select {
  position: relative;
  margin: 20px 0px 0px;
}

@media (min-width: 768px) {
  .year_list__awards .list_items__container {
    justify-content: space-around;
  }
}
@media (min-width: 1200px) {
  .year_list__awards .list_items__container {
    justify-content: center;
  }
}

/****END YEAR_LIST AWARDS****/
.year_list {
  flex: 0 0 100%; }
  .year_list__container {
    width: 100%;
    padding: 40px 20px; }

.list_items__item {
  padding: 30px 0;
  border-bottom: 1px solid #D3D3D3; }

.list_items__title {
  display: inline-block;
  vertical-align: middle;
  font-family: 'BentonMedium', sans-serif;
  font-size: 24px;
  line-height: 32px;
  color: #121212;
  padding-bottom: 8px; }

.list_items__title-image {
  max-height: 80px;
  padding-right: 5px;
  vertical-align: middle;
  width: auto; }

.list_items__description {
  font-family: 'BentonBook', sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #666666; 
  margin-top: 10px;
}

.list_items__table {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .list_items__table table {
    overflow-x: scroll;
    border: 1px solid #E9E9E9; }
    .list_items__table table tr {
      width: 100%; }
      .list_items__table table tr th {
        min-width: 200px;
        overflow-x: scroll;
        font-family: 'BentonMedium', sans-serif;
        font-size: 15px;
        line-height: 24px;
        color: #121212;
        padding: 10px;
        border-right: 1px solid #E9E9E9;
        vertical-align: middle; }
      .list_items__table table tr td {
        font-family: 'BentonBook', sans-serif;
        font-size: 15px;
        line-height: 24px;
        color: #666666;
        padding: 10px;
        border-right: 1px solid #E9E9E9;
        border-top: 1px solid #E9E9E9;
        vertical-align: middle; }

.list_items__no-elements {
  padding: 30px 0;
  text-align: center; }

.office_filter {
  flex: 0 0 100%; }
  .office_filter__container {
    width: 100%;
    padding: 40px 20px; }
  .office_filter__button.c-button--secondary {
    min-width: 108px;
    vertical-align: bottom; }

.pretrade {
  flex: 0 0 100%; }
  .pretrade__container {
    width: 100%;
    padding: 10px 20px; }
  .pretrade__sub-text {
    font-family: 'BentonBook', sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #666666;
    padding-top: 30px; }
  .pretrade .c-button--secondary.full-width-mobile {
    width: 100%;
    margin: 10px 0;
    padding: 0; }

@media (min-width: 576px) {
  .promo_info__content {
    padding: 40px 30px 40px 30px; }
  .text_module__content {
    padding: 0 30px; }
  .link-list__content {
    padding: 40px 30px; }
  .priips_search__content {
    padding: 40px 30px; }
  .container.multimedia .shortcode_card.f_2x2 {
    height: 480px; }
    .container.multimedia .shortcode_card.f_2x2 .video__img img {
      height: 285px; }
    .container.multimedia .shortcode_card.f_2x2 .card_groupFoto {
      height: 285px; }
  .accordion__container {
    padding: 40px 30px; }
  .conference_marquee__data {
    width: 340px; }
  .contact_list__container {
    padding: 40px 30px; }
  .contact_list__item {
    width: 340px;
    display: inline-block; }
  .conference_list__container {
    padding: 40px 30px; }
  .micro_illustratation_card_module__container {
    padding: 40px 30px; }
  .year_list__container {
    padding: 40px 30px; }
  .office_filter__container {
    padding: 40px 30px; }
  .pretrade__container {
    padding: 10px 30px; } }

@media (min-width: 768px) {
  .text_module--full-width, .text_module--center {
    max-width: 690px; }
  .text_module__content {
    padding:  0;
    margin-left: auto;
    margin-right: auto; }
  .link-list {
    margin-left: auto;
    margin-right: auto;
    max-width: 690px; }
    .link-list__content {
      padding: 40px 0; }
    .link-list__title {
      font-size: 36px;
      line-height: 44px; }
    .link-list__description {
      font-size: 22px;
      line-height: 28px; }
    .link-list__sub-desc {
      font-size: 15px;
      line-height: 24px; }
  .video__time {
    padding: 13px 12px 12px 12px; }
    .video__time i {
      font-size: 24px; }
    .video__time-text {
      font-size: 15px;
      line-height: 24px;
      font-family: 'BentonMedium'; }
  .priips_search__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 690px;
    padding: 40px 0; }
    .priips_search__content form {
      width: 520px; }
  .accordion__container {
    margin-left: auto;
    margin-right: auto;
    max-width: 690px;
    padding: 20px 0; }
  .accordion .text_module__content {
    padding-left: 18px;
    padding-right: 18px; }
  .accordion .link-list__content {
    padding-left: 18px;
    padding-right: 18px; }
  .shortcode_card.f_2x2 .shortcode_card_container .card_groupTexto {
    overflow: hidden;
    height: 76px; }
  .conference_marquee__data {
    width: 540px; }
  .contact_list__container {
    margin-left: auto;
    margin-right: auto;
    max-width: 690px;
    padding: 40px 0; }
  .conference_list__container {
    margin-left: auto;
    margin-right: auto;
    max-width: 690px;
    padding: 0; 
    /* padding: 40px 0;  */
  }
  .conference_list__img {
    max-width: 46%;
    display: inline-block;
    vertical-align: top;}
  .conference_list__data {
    flex-direction: column; }
  .conference_list__info {
    padding-bottom: 10px; }
    .conference_list__info span {
    padding-bottom: 0; 
  }
  .micro_illustratation_card_module__container {
    margin-left: auto;
    margin-right: auto;
    max-width: 690px;
    padding: 40px 0; }
  .micro_illustratation_card_module__title {
    font-size: 40px;
    line-height: 48px; }
  .micro_illustratation_card_module__cards {
    justify-content: space-around;
    width: 100%;
    margin: 0; }
  .year_list__container {
    margin-left: auto;
    margin-right: auto;
    max-width: 690px;
    padding: 40px 0; }
  .year_list__selector {
    width: 262px; }
  .office_filter__container {
    margin-left: auto;
    margin-right: auto;
    max-width: 690px;
    padding: 40px 0; }
  .office_filter__select.c-select {
    width: 262px;
    display: inline-block;
    padding: 0 10px;
    margin: 0; }
  .pretrade__container {
    margin-left: auto;
    margin-right: auto;
    max-width: 690px;
    padding: 10px 0; }
  .pretrade__form {
    width: 556px; }
    .pretrade__form .c-input-box-email {
      display: inline-block;
      width: 261px;
      margin-right: 29px;
      vertical-align: top; }
    .pretrade__form .c-input-box-doc {
      display: inline-block;
      width: 262px; }
    .pretrade__form .c-button--secondary.full-width-mobile {
      width: 262px; } }

@media (min-width: 992px) {
  .promo_info__content {
    padding: 40px 0 40px 0; }
  .promo_info__title {
    font-size: 36px;
    line-height: 44px; }
  .promo_info__text {
    font-size: 22px;
    line-height: 28px; }
  .text_module--full-width {
    max-width: 930px; }
  .text_module--center {
    max-width: 752px; }
  .link-list {
    max-width: 930px; }
  .priips_search__content {
    max-width: 930px; }
  .accordion__container {
    max-width: 930px; }
  .conference_marquee__container {
    max-height: 350px; }
  .conference_marquee__data {
    width: 740px; }
  .conference_marquee__data--top {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 40px;
    width: 60%;
    margin-left: auto;
    margin-right: auto; }
  .conference_marquee__title {
    font-size: 68px;
    line-height: 72px; }
  .contact_list__container {
    max-width: 930px; }
  .contact_list__title {
    font-family: 'BentonBook', sans-serif;
    font-size: 22px;
    line-height: 26px;
    color: #121212; }
  .contact_list__item {
    width: 33%; }
  .conference_list__container {
    max-width: 930px; }
  .conference_list__title {
    /* font-size: 24px;
    line-height: 32px;  */
  }
  .conference_list__info {
    padding-bottom: 16px;
    font-size: 15px;
    line-height: 24px; }
  .micro_illustratation_card_module__container {
    max-width: 930px; }
  .micro_illustratation_card_module__card-title {
    font-size: 26px;
    line-height: 32px; }
  .micro_illustratation_card_module__data {
    max-width: 300px; }
  .year_list__container {
    max-width: 930px; }
  .office_filter__container {
    max-width: 930px; }
  .pretrade__container {
    max-width: 930px; } }

@media (min-width: 1200px) {
  .text_module--full-width {
    max-width: 1110px; }
  .link-list {
    max-width: 1110px; }
  .priips_search__content {
    max-width: 1110px; }
  .accordion__container {
    max-width: 1110px; }
  .conference_marquee__data {
    width: 948px; }
  .contact_list__container {
    max-width: 1110px; }
  .conference_list__container {
    max-width: 1110px; }
  .conference_list__img {
    max-width: 570px; }
  .conference_list__title {
    /* margin-bottom: 12px;  */
  }
  .micro_illustratation_card_module__container {
    max-width: 1110px; }
  .micro_illustratation_card_module__cards {
    justify-content: space-between; }
  .year_list__container {
    max-width: 1110px; }
  .office_filter__container {
    max-width: 1110px; }
  .pretrade__container {
    max-width: 1110px; } }

.pagination {
  margin: 20px 0; }
  .pagination .page-numbers {
    margin: 15px 5px;
    padding: 5px; }

/*micro-text*/

@media (max-width: 767px) {
  
  .micro-text__img img {
    height: 100%;
    width: 100%;
  }

  .micro-text__text{
    text-align: center;
    /* margin-top: 2rem; */
  }
}
.micro-text__img {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.micro-text__img img {
  width: 168px;
  height: 168px;
}

@media screen and (max-width: 767px){
  .micro-text__img img {
    width: 140px;
    height: 140px;
  }
}

.micro-text__title.title36 {
  font-family: 'TiemposHeadline-Bold';
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0px;
  margin: 0;
  flex-grow: 0;
}

.micro-text__text p {
  font-family: 'BBVA-Book';
  font-weight: 350;
  font-size: 15.01px;
  line-height: 24px;
  flex-grow: 0;
}

.micro_text--center .micro-text__title.title36 {
  font-family: 'BentonMedium';
}

.text-navy{
  color: #070E46 !important; 
}

.micro-text__text a {
  margin-top: 16px;
  display: flex;
  flex-grow: 1;
}

.micro-text__text a:hover span {
  background-color: #070E46;
}


.micro-text__text a span {
  background-color: #001391;
  color: #fff;
  align-self: center;
  padding: 16px 32px;
  border-radius: .5rem;
}

.micro-text__text i:before {
  color: #00288F;
  padding-left: 10px;
  font-size: 20px;
}

.micro-text__module .container {
  background-color: #fff;
  border-radius: 1rem;
  padding: 32px;
}

.micro-text__module .micro_text{
  display: flex;
}

.micro-text__module--center .micro_text{
  max-width: 85rem;
  margin: 0 auto;
}

.micro-text__module .micro_text--center{
  max-width: 850px;
  margin: auto;
}

.micro-text__module .micro_text--center .micro-text__text {
  margin: auto 0;
  width: 100%;
}

@media screen and (max-width: 767px){
  .micro-text__module .micro-text__text ul {
    text-align: left;
  }
  .micro-text__module .micro_text{
    flex-direction: column;
  }
}

.micro-text__module .micro-text__text li {
  position: relative;
  margin-bottom: 16px;
  margin-left: 24px;
}

.micro-text__module .micro-text__text li i {
  position: absolute;
  left: -36px;
  top: 2px;
}

.micro-text__module .micro-text__text li:first-child {
  margin-top: 16px;
}

.micro-text__module .micro-text__text li:last-child {
  margin-bottom: 0;
}

.micro-text__module .micro-text__text li img.icon_bullet {
  position: absolute;
  left: -30px;
}

.micro-text__module .micro-text__text li span {
  /* margin-left: 33px; */
}


@media screen and (max-width: 991px) {
  /* .cont-banner {
    margin: 0 16px 16px 16px !important;
  } */

  .micro-text__module {
    padding: 16px;
  }

  .micro-text__module .container {
    padding: 16px;
  }
}

@media screen and (max-width: 769px) {
  .micro-text__text a {
    justify-content: center;
  }  
}

@media screen and (max-width: 575px) {
  .micro-text__text a span {
    display: block;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cont-banner {
    margin: 32px 16px 16px 16px !important;
  }
}

@media (min-width: 768px) {
  .micro-text__img {
    margin: 0 48px;
    display: flex;
    align-items: center;
  }
  
  .micro-text__text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 24px;
  }
}

.bg-grey_100 {
  background-color: #f4f4f4 !important; }


/***** multimedia podcasts*****/

#youtubevideo, 
#libsynvideo {
    display: flex;
    border-radius: .5rem;
    aspect-ratio: 16 / 9;
    padding: 0;
    height: auto;
}

.container.multimedia--podcasts .shortcode_card.f_2x2{
  height: 100%;
}

.container.multimedia--podcasts .shortcode_card.f_2x2 .card_groupTools {
  /* position: absolute; */
  bottom: 0;
  display: flex;
  justify-content: space-between;
}

.container.multimedia--podcasts .card_groupTitulo .cardTitulo{
  /* color: #00288F; */
}

.container.multimedia--podcasts .shortcode_card .shortcode_card_container{
  height: 100%;
  /* padding-bottom: 54px; */
}
.container.multimedia--podcasts .shortcode_card .shortcode_card_container .card_groupTools .toolsDescargas {
  float: initial;
}

.container.multimedia--podcasts .shortcode_card.f_2x2 .card_groupTitulo{
  /* padding-top: 0; */
}

.container.multimedia--podcasts  .card_groupSubTitulo{
  padding: 24px 24px 0px;
}

.container.multimedia--podcasts  .card_groupSubTitulo span{
  text-transform: uppercase;
  font-family: BentonMedium, sans-serif;
  font-size: 12px;
  color: #F7893B;
}

.container.multimedia--podcasts .shortcode_card.f_2x2 .shortcode_card_container .card_groupTexto{
  height: auto;
  -webkit-line-clamp: 4;
}

.container.multimedia--podcasts .shortcode_card .shortcode_card_container .card_groupTexto .cardTexto{
  display: block;
}

p.card_groupText {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  text-overflow: ellipsis;
  /* flex-grow: 1; */
}

.podcasts__img {
  position: relative;
}
.podcasts__img img {
  width: 100%;
}
.container.multimedia .shortcode_card.f_2x2 .podcasts__img img {
  height: 190px;
  border-radius: .5rem;
}

.podcasts__time {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 64px;
  height: 88px;
  position: absolute;
  right: 16px;
  bottom: 22px;
  background-color: #001391;
  color: #ffffff;
  border-radius: .5rem;
}
.podcasts__time i {
  padding-bottom: 5px;
}

.podcasts__time i:before, .podcasts__time i:hover {
  color: #ffffff;
}

.podcasts__time-text {
  font-size: 10px;
  line-height: 10px;
}

.podcasts__img i.play {
  font-size: 42px;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.podcasts__img  i.play:before {
  color: #ffffff;
}

.podcasts a:hover [class*='icon-']:before,.podcasts  a:focus [class*='icon-']:before {
  color: #ffffff;
}


.container.multimedia--podcasts .toolsDate{
  font-family: BentonMedium, sans-serif;
  font-size: 12px;
}
@media (min-width: 576px){
  .container.multimedia--podcasts .shortcode_card.f_2x2 .podcasts__img img {
      height: 208px;
  }
}

.podcasts__time i {
  flex-grow: 1;
  display: flex;
  font-size: 30px;
} 

.podcasts__time i:before {
  align-self: center;
  color: #ffffff;
  display: flex;
}

.podcasts__time-text {
  font-family: 'BBVA-Medium';
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 6px;
}

@media (min-width: 768px){
  
}



/*****modal multimedia podcasts*****/

.modalPodcast {
  top: inherit;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modalPodcast.fade {
  opacity: 0;
  overflow: visible;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.modalPodcast.fade.in {
  opacity: 1;
  display: block;
}

.modalPodcast .modal-dialog {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
  position: relative;
  width: auto;
  margin: auto;
  max-width: 100%;
}

.modalPodcast.fade .modal-dialog {
  -webkit-transform: translate(0, 2%);
  -ms-transform: translate(0, 2%);
  -o-transform: translate(0, 2%);
  transform: translate(0, 2%);
  -webkit-transition: -webkit-transform 0.5s linear;
  -moz-transition: -moz-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  transition: transform 0.5s linear;
}

.modalPodcast .modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
  box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
  outline: 0;
}

.modalPodcast .modal-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: transparent;
  box-shadow: none;
  border: none;
}

.modalPodcast .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modalPodcast .modal-footer {
  background: #fff;
  text-align: left;
  padding: 10px 15px 6px 15px;
}

.modalPodcast .modal-footer .player {
  float: left;
  margin-right: 37.5px;
  padding: 0.5rem 0;
}

.modalPodcast .modal-footer .player i {
  font-size: 20px;
  display: block;
  text-align: center;
}

.modalPodcast .modal-footer .player span {
  font-family: "BentonBook",sans-serif;
  font-size: 12px;
  color: #121212;
  letter-spacing: 0;
  line-height: 16px;
}

.modalPodcast .modal-footer .title {
  float: left;
  margin-right: 35px;
  width: 46%;
  font-family: "BentonMedium",sans-serif;
  font-size: 15px;
  color: #121212;
  letter-spacing: 0;
  line-height: 42px;
  vertical-align: baseline;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.5rem 0;
}

.modalPodcast .modal-footer .audioPodcast {
  float: left;
  padding-top: 4px;
  width: 35%;
}

.modalPodcast .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

.modalPodcast button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}

.modalPodcast .modal-footer .close {
  opacity: 1;
  font-size: 24px;
  position: relative;
  top: 9px;
  padding: 0.5rem 0;
}

.modalPodcast .modal-footer .title {
  float: left;
  margin-right: 35px;
  width: 46%;
  font-family: "BentonMedium",sans-serif;
  font-size: 15px;
  color: #121212;
  letter-spacing: 0;
  line-height: 42px;
  vertical-align: baseline;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.modalPodcast .modal-footer .audioPodcast {
  float: left;
  padding-top: 4px;
  width: 35%;
}
.modalPodcast .modal-footer .audioPodcast audio {
  width: 100%;
}


.modalPodcast .icon-commu_audio:before {
  content: '\e911';
  color: #BDBDBD;
}

.modalPodcast  .icon-nav_close:before {
  content: '\e987';
  color: #00288F;
}



.audioPlayerContent input[type="range"] {
  display: block;
  appearance: none;
  width: 100%;
  margin: 0;
  height: 4px;
}

.audioPlayerContent input[type="range"]::-webkit-slider-runnable-track {
  height: 2px;
  background-color: #E2E6EA;
}

.audioPlayerContent input[type="range"]::-webkit-slider-thumb {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-top: -3px;
  background-color: #00288F;
}

.audioPlayerContent .progressLine span {
  font-family: 'BBVA-Book';
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #070E46;
  padding: 0 18px;
  width: 75px;
}

.audioPlayerContent .progressLine span.totalLength {
  float: right;
}

.audioPlayerContent {
  display: flex;
  padding: 25px 16px;
}

.progressLine {
  width: 100%;
  display: flex;
  align-items: center;
}

.audioPlayerContent i {
  font-size: 32px;
}

.audioPlayerContent i {
  content: url('/wp-content/uploads/2025/03/playCircle.png'); 
  width: 24px;
  height: 24px;
}

.play{
  float: left;
  display: none;
}
.pause{
  float: left;
  display: none;
}
.play.active,
.pause.active{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

i{
  font-size: 32px;
}

i::before{
  color: #00288F;
}
.progressLine  span.totalLength{
  float: right;
}
input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 0 0 8px 0;
  height: 4px;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  box-shadow: 0px 0px 0.3px #000000, 0px 0px 0px #0d0d0d;
  background: #666;
  border-radius: 0px;
  border: 0px solid rgba(1, 1, 1, 0);
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 0px solid white;
  height: 4px;
  width: 100px;
  border-radius: 0px;
  background: #49a5e6;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: 0px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #cacaca;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  box-shadow: 0px 0px 0.3px #000000, 0px 0px 0px #0d0d0d;
  background: #666;
  border-radius: 0px;
  border: 0px solid rgba(1, 1, 1, 0);
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 0px solid white;
  height: 4px;
  width: 100px;
  border-radius: 0px;
  background: #49a5e6;
  cursor: pointer;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #b0b0b0;
  border: 0px solid rgba(1, 1, 1, 0);
  border-radius: 0px;
  box-shadow: 0px 0px 0.3px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: #666;
  border: 0px solid rgba(1, 1, 1, 0);
  border-radius: 0px;
  box-shadow: 0px 0px 0.3px #000000, 0px 0px 0px #0d0d0d;
}

input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 0px solid white;
  width: 100px;
  border-radius: 0px;
  background: #49a5e6;
  cursor: pointer;
  height: 4px;
}

input[type=range]:focus::-ms-fill-lower {
  background: #666;
}

input[type=range]:focus::-ms-fill-upper {
  background: #cacaca;
}

.component_media{
  padding: 0;
  margin-bottom: 64px !important;
}
.mediaContent a{
  font-size: 22px;
}
.mediaContent a:first-of-type{
  padding-left: 0;
}
.mediaContent a:last-of-type{
  border-right: none;
}
.mediaContent a:hover i::before{
  color: #00288F;
}
.mediaContent i {
  font-size: 22px;
  margin-right: 9px;
  top: 4px;
  position: relative;
}
.mediaContent .text {
  font-family: 'BBVA-Medium';
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #00288F;  
}

.mediaContent.rs_preserve {
  display: flex;
  align-items: center;
}

.hidden{
  display: none !important;
}


.modalPodcast #youtube_player {
  display: inline-block;
}


@media (min-width: 992px){
  .modalPodcast div#youtube_player {
    width: 35%;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .modalPodcast .modal-footer .title{
    width: 35%;
  }
  .modalPodcast .modal-footer .audioPodcast{
    width: 40%;
  }
}

@media (max-width: 767px){
  .modalPodcast .modal-footer .player{
    margin-right: 25.5px;
  }
  .modalPodcast .modal-footer .title{
    width: 64%;
    margin-right: 0;
  }
  
  .modalPodcast .modal-footer .audioPodcast{
    width: 90%;
  }
  .modalPodcast #youtube_player {
    display: block;
  }
}


/***ABOUT***/

.digital__section{
  background: #004481;
}
.digital__section .card-0 {
  width: 100%;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}

.digital__section .card-0:hover {
  background: #072146;
  opacity: 70%;
  transition: 0.3s;
}

.digital__section__text {
  margin-bottom: 2rem;
}

.digital__section__img {
  margin: auto;
  display: flex;
  justify-content: center;
}

.digital__section__img img {
  width: auto;
  height: 10rem;
  background-size: cover;
}

.card-h.digital__section .container .card{
  margin-bottom: 0;
  height: 100%;
  border: none;
  border-radius: 0;
  background-color: #00288F;
}

.digital__section .col-md-6:first-child .card{
  background-color: #043263; 
}
.digital__section .col-md-6:last-child .card{
  background-color: #1464A5;
}

@media (min-width: 576px) {
  .digital__section__text {
    width: 65%;
    margin: 3rem 2rem 0rem 1rem;
  }
  .digital__section__img {
    width: 35%;
  }
  .digital__section .card-0 {
    flex-direction: row;
  }
  
}


.interest--ourteam--title {
  font-size: 18px;
  font-family: 'BBVA-Medium';
}

.interest--ourteam--link {
  font-family: 'BBVA-Medium';
  margin-bottom: 5px;
}

.interest--ourteam--text {
  font-family: 'BBVA-Book';
}

section.interest--ourteam .card{
  padding: 0 1rem;
  text-align: center;
}

section.interest--ourteam .card .microilust .icon img{
  background: #f4f4f4;
  border-radius: 50%;
  width: 164px;
  height: 164px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: grayscale(100%);
}

.module_cardv.goDigital {
  margin-top: 20px;
}

.module_cardv.goDigital h2 {
  font-family: 'TiemposHeadline-Bold';
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0px;
  color: #070E46;
  margin: 0;
  padding: 0;
}

.module_cardv.goDigital .cont-cardGD .cardGD {
  background-color: #fff;
  padding: 16px;
  border-radius: 1rem;
}

.module_cardv.goDigital .cont-cardGD .cardGD-image {
  width: 228px;
  height: 228px;
}

.module_cardv.goDigital .cont-cardGD .cardGD-image img {
  width: 228px;
  height: 228px;
  border-radius: .5rem;
}

.module_cardv.goDigital .cont-cardGD .cardGD-content {
  display: flex;
  flex-direction: column;
  padding-left: 16px;
}

.module_cardv.goDigital .cont-cardGD .cardGD-content a {
  font-family: 'BBVA-Medium';
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #070E46;
}

.module_cardv.goDigital .cont-cardGD .cardGD-content a h3 {
  margin: 0;
}

.module_cardv.goDigital .cont-cardGD .cardGD-content p {
  font-family: 'BBVA-Book';
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #070E46;
}

.module_cardv.goDigital .cont-cardGD .cardGD-content ul {
  display: flex;
  flex-grow: 1;
  margin: 0;
}

.module_cardv.goDigital .cont-cardGD .cardGD-content ul li {
  align-self: end;
}

.module_cardv.goDigital .cont-cardGD .cardGD-content ul li a {
  font-family: 'BBVA-Medium';
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #001391;
  text-align: left;
}

.module_cardv.goDigital .cont-cardGD .cardGD-content ul li a:hover {
  color: #070E46;
}

@media screen and (min-width: 991px) {
  .module_cardv.goDigital .cont-cardGD {
    display: flex;
    width: 50%;
  }

  .module_cardv.goDigital .cont-cardGD:nth-child(even) {
    padding-left: 12px;
    padding-bottom: 24px;
  }

  .module_cardv.goDigital .cont-cardGD:nth-child(odd) {
    padding-right: 12px;
    padding-bottom: 24px;
  }
  
  .module_cardv.goDigital .cont-cardGD .cardGD {
    display: flex;
    flex-direction: row;
    padding: 20px;
  }
  
  .module_cardv.goDigital .cont-cardGD .cardGD-content {
    padding: 16px 0 16px 16px;
  }
}

@media screen and (max-width: 990px) {
  .module_cardv.goDigital {
    padding: 16px;
  }
  
  .module_cardv.goDigital .cont-cardGD {
    display: flex;
    width: 100%;
  }

  .module_cardv.goDigital .cont-cardGD:not(:last-child) {
    margin-bottom: 16px;
  }

  .module_cardv.goDigital .cont-cardGD .cardGD {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  
  .module_cardv.goDigital .cont-cardGD .cardGD-image {
    width: 100%;
  }
  
  .module_cardv.goDigital .cont-cardGD .cardGD-image img {
    width: 100%;
  }

  .module_cardv.goDigital .cont-cardGD .cardGD-content {
    padding: 16px 0;
  }
}

/*SOLUTIONS CARDS*/
.module_cardv img{
  height: 250px;
  width: 100%;
  object-fit: cover;
  border-radius: .5rem;
}

.module_cardv .card-content__wrapper {
  height: 100%;
}

.module_cardv .card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.module_cardv .card-content a {
  font-family: 'BBVA-Medium';
  font-size: 24px;
  line-height: 32px;
  color: #070E46;
}

.module_cardv .card-content p {
  font-family: 'BBVA-Book';
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #070E46;
}

.module_cardv .card-content ul li a {
  /* padding-left: 36px; */
}

.module_cardv .card-content ul li a,
.module_cardv .card-content .button-inline a{
  font-family: 'BBVA-Medium';
  font-size: 15.01px;
  line-height: 24px;
  color: #001391;
}


.module_cardv .card-content ul li a:hover,
.module_cardv .card-content .button-inline a:hover {
  color: #070E46;
}

.module_cardv .card{
  height: 100%;
}
ul.card-content__list{
  margin-bottom: 0;
}
.card-content__list li.card-content__item {
  position: relative;
  padding: 5px 0;
  margin-left: 16px;
}

.card-content__list li.card-content__item i {
  position: absolute;
  top: 9px;
  left: -18px;
}

.card-content__list li.card-content__item img {
  position: absolute;
  width: 17px;
  height: 12px;
  left: -23px;
  top: 12px;
}

.shortcode_card__video{
  position: absolute;
  height: 100%;
  width: 100%;
}

.shortcode_card__video video{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*VIDEO HEADER*/
section.header {
  position: relative;
  background-color: #F7F8F8;
  width: auto;
  overflow: hidden;
  border-radius: 1rem;
  padding: 16px;
}

.header--video a{
  display: flex;
  height: 100%;
  position: relative;
}

section.header video {
  position: relative;
  min-width: 100%;
  width: 100%;
  height: auto;
  z-index: 0;
  object-fit: fill;
  max-height: 420px;
  min-height: 180px;
  border-radius: 1rem;
}

@media screen and (min-width: 991px) {
  section.header video.videomobile {
    display: none;
  }
}

@media screen and (max-width: 990px) {
  section.header video.videodesktop {
    display: none;
  }
}

section.header .container {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

section.header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}
.header--video__title{
  font-family: 'BentonMedium';
  font-size: 36px;
  color: #fff;
}

.header--video p {
  font-family: 'BentonBook', sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 24px;
  margin: auto;
  max-width: 900px;
}


/* Media Query for devices withi coarse pointers and no hover functionality */

/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */

@media (pointer: coarse) and (hover: none) {
  header {
    background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
  }

  header video {
    display: none;
  }
}

/*BANNER RRSS*/

.linkedinTaggbox .post {
  height: 30rem !important;
  border-radius: 5px;
}

.linkedinTaggbox img {
  max-height: 15rem;
  object-fit: cover;
}

.flatCard .postContentCard {
  padding: 20px;
}

.postContentCard h4{
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}

/*VIDEO IFRAME*/
.video_module iframe {
  width: 100%;
  /* height: 250px; */
  height: auto;
  border-radius: .5rem;
  aspect-ratio: 16 / 9;
}

.video_module h2{
  /* font-size: 20px;
  font-family: 'BentonMedium', sans-serif;
  line-height: 24px;
  padding: 0;
  margin-bottom: 15px;
  color: navy; */
}

.video_module p{
  font-size: 16px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .video_module iframe {
    /* height: 350px; */
    width: 80%;
    height: auto;
  }
}


@media (min-width: 992px) {
    .video_module iframe {
      /* height: 450px; */
      width: 80%;
      height: auto;
  }
}

@media (min-width: 1200px) {
  .video_module iframe {
    /* height: 500px; */
    width: 80%;
    height: auto;
  }
}


/*VIDEO_full IFRAME*/
.video_module_full iframe {
  width: 100%;
  height: 450px;
}

.video_module_full h2{
  font-size: 20px;
  font-family: 'BentonMedium', sans-serif;
  line-height: 24px;
  padding: 0;
  margin-bottom: 15px;
  color: navy;
}

.video_module_full p{
  font-size: 16px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .video_module_full iframe {
    height: 500px;
  }
}


@media (min-width: 992px) {
    .video_module_full iframe {
      height: 550px;
  }
}

@media (min-width: 1092px) {
    .video_module iframe {
      /* height: 600px; */
      width: 80%;
      height: auto;
  }
}

@media (min-width: 1200px) {
  .video_module_full iframe {
    height: 700px;
  }
}

@media (min-width: 1300px) {
  .video_module_full iframe {
    height: 800px;
  }
}

@media (min-width: 1400px) {
  .video_module_full iframe {
    height: 900px;
  }
}

/*OVERVIEW*/
.section__tablinks ul{
  margin-top: 10px;
}
.section__tablinks ul li {
  width: 50%;
  padding: 16px 16px;
  text-align: center;
}
.tabs-link{
  color: white;
}

a.tabs-link:hover, a.tabs-link:active, a.tabs-link:focus{
  color: white;
}
.tabs-link i{
  display: block;
  margin-bottom: 10px;
}

.tabs-link i:before{
  color: white;
}

a.tabs-link [class*='icon-']:before {
  color: white;
}

@media (min-width: 768px) {
  .section__tablinks ul li {
    width: 25%;
  }
}

/*AWARDS LIST*/
.interest__awards {
  margin: 32px 0;
}

@media (max-width: 767px) {
  .interest__awards {
    margin: 32px 16px;
  }
  .interest__awards .container .row .content {
    flex-direction: column;
    margin-top: 16px;
  }
  .interest__awards .container .row .title p {
    text-align: center;
  }
}


.interest__awards .container {
  background-color: #fff;
  border-radius: 1rem;
  padding: 36px;
}

.interest__awards .container .row {
  flex-direction: column;
}

.interest__awards .container .row .title {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.interest__awards .container .row .title p {
  font-family: 'TiemposHeadline-Bold';
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0px;
  color: #070E46;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .interest__awards .container .row .title p {
    font-size: 32px;
    line-height: 40px;
  }
}

@media screen and (min-width: 768px) {
  .interest__awards .container .row .title p {
    font-size: 40px;
    line-height: 48px;
  }
}

.interest__awards .container .row .content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.interest__awards .container .row .content .card {

}

.interest__awards h2{
  /* font-size: 20px;
  line-height: 32px;
  color: #666;
  margin-bottom: 20px; */
}
.interest__awards .img {
  width: 124px;
  height: auto;
  margin: auto;
}

.interest__awards img {
  width: 100%;
  height: 100%;
  margin: 0;
}

/*features*/
.features__title{
  font-size: 20px;
  font-family: 'BentonMedium', sans-serif;
  line-height: 24px;
  padding: 0;
  margin-bottom: 15px;
}
.features__img {
  text-align: center;
  margin-bottom: 1rem;
}

.features__img img{
  height: 164px;
  width: auto;
}

.features__text p,
.features__text ul{
  margin-bottom: 20px;
}

.features__text img{
  width: 100%;
  height: auto;
}

.features__subtitle {
  font-size: 18px;
  margin-bottom: 30px;
}
.features__column .card{
  border: none;
  background: transparent;
}

.features__column img{
  height: 164px;
  width: auto;
  margin: 0 auto;
  margin-bottom: 20px;
}

.features__column-title {
  font-family: 'BentonMedium';
  color: #666;
  margin-bottom: 15px;
}

p.features__column-title::before {
  font-family: icon-bbva;
  content: "";
  color: rgb(25, 115, 184);
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  margin-right: 8px;
  display: inline-block;
  transform: scaleY(5.5) scaleX(1.2) rotate(180deg);
  vertical-align: middle;
}

.micro_text-features {
  margin: auto;
  margin-bottom: 20px;
}
.micro-text__img-features img {
  height: 164px;
  width: auto;
}

.micro-text__text-features {
  padding: 1rem 0;
  width: 100%;
}

.features__column li {
  margin-top: 1rem;
}

.micro-text__title-features {
  font-size: 28px;
  color: #666;
  margin-bottom: 5px;
}

.features__btn {
  padding: 10px 18px;
  background-color: #F7893B;
  display: inline-block;
}

.features__btn a {
  font-size: 15px;
  font-family: 'BentonBook' !important;
}

.features__text li::before {
  font-family: icon-bbva;
  content: "";
  color: rgb(25, 115, 184);
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  margin-right: 8px;
  display: inline-block;
  transform: scaleY(5.5) scaleX(1.2) rotate( 180deg);
  vertical-align: middle;
}

.features__link i{
  margin: auto 0;
  margin-right: 10px;
  top: 0;
}

.grey,
.gray {
  background-color: #f4f4f4; 
}

@media (min-width: 768px) {
  .micro-text__text-features {
    margin-left: 30px;
    width: auto;
  }
  
  .features__img {
    float: right;
    margin-left: 2rem;
  }

}

/*breadcrumbs*/

.breadcrumbs{
  display:flex;
  margin: 5px 0;
}

.breadcrumbs > div {
  float: left;
  white-space: nowrap;
  display: flex;
}

.breadcrumbs > div > span[itemprop='title'] {
  font-family: "BentonSansBBVA-Book", sans-serif;
  color: #00288F;
  padding-left: 0;
  white-space: pre-line;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  width: 100%;
}
@media (max-width: 768px){
  .breadcrumbs {
      display: none;
  }
}



/*CIB Branches*/
.wpgmza_map img:not(button>img)
{
  cursor: pointer;
}



/*BANNER*/

/* .row.banner-fixed {
  position: fixed;
  bottom: 0;
  z-index: 9999;
  width: 100vw;
  margin-left: 0;
  margin-right: 0;
}

.banner-fixed .container {
  background-color: #2dcccd;
  padding: 20px 20px 20px 0;
  color: white;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
} */

.banner-fixed.container {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9999;
}

@media screen and (max-width: 767px) {
  .banner-fixed.container {
    bottom: 0;
  }
  .banner-fixed .cont-banner-fixed {
    border-radius: 0;
  }
}

@media screen and (min-width: 768px) {
  .banner-fixed.container {
    bottom: 1rem;
  }
  .banner-fixed .cont-banner-fixed {
    border-radius: 1rem;
  }
}

.banner-fixed .cont-banner-fixed {
  padding: 20px 20px 20px 0;
  color: white;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
}

.banner-fixed .text {
  font-family: 'BBVA-Medium';
  font-size: 18px;
  margin-bottom: 0;
  color: white;
}

.banner-fixed a.redirection {
  background-color: #028484;
  color: #fff;
  padding: 9px 20px;
  font-family: 'BBVA-Medium';
  font-size: 16px;
  border-radius: .5rem;
  margin-left: 25px;
}

.banner-fixed .close {
  text-shadow: 0 0px 0 #fff;
  opacity: 1;
  position: absolute;
  top: 20px;
  right: 20px;
}

.banner-fixed .close i:before {
  color: #fff;
}
/* .banner-fixed .spherica-close::before {
  content: "";
  color: rgb(91, 190, 255);
  color: rgb(255, 255, 255);
  cursor: pointer;
} */

@media (max-width: 767px){
  .banner-fixed .invisible-sm {
    display: none;
  }
  
  .banner-fixed a.redirection {
    font-size: 13px;
    padding: 9px 14px;
    margin: 0;
  }
}

@media (max-width: 767px){
  .banner-fixed .container {
    padding: 20px;
    justify-content: flex-start;
  }
}


/*Call to action*/

.section__call_to_action img{
  width: 150px;
  height: auto;
}

.section__call_to_action h3, .section__call_to_action p {
    color: navy;
}

.section__call_to_action a{
    margin-top: 20px;
    padding: 10px 30px;
    display: inline-block;
}



/*TAGS TARJETAS*/

p.cardTag {
  text-transform: capitalize;
  padding: 0 0 8px 0;
}

p.cardTag span{
  font-family: 'BBVA-Book';
  font-size: 15.01px;
  line-height: 24px;
  font-style: italic;
  color: #001391;
  padding: 4px 8px;
  background-color: #F7F8F8;
  border-radius: 1rem;
}

p.cardTag--news span{
  /* background-color: navy; */
}

p.cardTag span:before {
  /* width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-top: 0px solid transparent;
  border-left: 0px solid transparent;
  border-bottom: 21px solid #028484;
  transform: rotate(180deg);
  content: '';
  position: absolute;
  left: -9.5px;
  top: 0; */
}

p.cardTag--news span:before {
  /* border-bottom: 21px solid navy; */

}

/*SLIDER*/

.slideControls{
  position: absolute;
  width: 100%;
  top: 47px;
  left:0;
}
.slideControls i{
  font-size: 30px;
  z-index: 9;
}
.slideNext{
  right:0;
  position:absolute;
  cursor:pointer;
}
.slidePrev{
  left:0;
  position:absolute;
  cursor:pointer;
  
}

.slidePrev i:before{
  color: #00288F;
}

.slideNext i:before{
    content: '\f224';
    color: #00288F;
    font-family: "bbva-icons" !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.carousel_team{
  position:relative;
}

#our_team {
  margin-top: 25px;
}

#our_team h2 {
    text-align: center;
}

#our_team .card {
  background-color: initial;
}

#our_team .card p {
  color: #00288F;
}

section#our_team.interest .container {
  display: block;
}

#our_team .lSSlideOuter .lSPager.lSpg>li.active a, 
#our_team .lSSlideOuter .lSPager.lSpg>li:hover a {
  background-color: #00288F;
}

#our_team .lSSlideOuter .lSPager.lSpg>li a {
  background-color: #070E46;
}

/*MODAL OUR TEAM*/

.team-info_wrapper {
  position: fixed;
  z-index: 1050;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.team-info__backdrop{
  background-color: rgba(0, 19, 145, 0.85);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.team-info_content{
  background-color: #fff;
  margin: 0 auto;
  border-radius: 30px;
  max-width: 800px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: min-content;
  padding: 56px;
  overflow: auto;
  max-height: 95%;
  cursor: auto;
  white-space: normal;
}

.team-info_content .icon-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  z-index: 999;
}

.team-info_content i{
  font-size: 1.6rem;
  cursor: pointer;
}

.team-info_content i:before{
  color: #070E46;
}

.team-info_content i.icon-nav_close {
  font-weight: bold;
  color: #070E46;
}

.team-info__img{
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 230px;
}
.team-info__img img{
  width: 200px;
  border-radius: 50%;
}

.team-info__text p{
  margin-bottom: 1rem;
  color: #070E46;
}

.team-info__text h3{
  text-transform: capitalize;
  color: #070E46;
  font-family: 'BBVA-Medium';
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0px;
}

#position-member-modal{
  color: #070E46;
  font-family: 'BBVA-Medium';
  font-size: 15.01px;
  line-height: 24px;
  letter-spacing: 0px;
}

#description-member-modal {
  color: #070E46;
  font-family: 'BBVA-Book';
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
}

@media screen and (max-width: 767px){
  .team-info__img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }
  .team-info__text {
    width: 100%;
    padding: 0 16px 16px 16px;
  }
  .team-info_content{
    padding: 25px 25px;
    width: 95%;
    max-height: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 768px){
  .team-info__img {
    width: 30%;
  }
  .team-info__text {
    width: 65%
  }
}

@media (max-width: 576px){
  
  .team-info__img {
    padding: 1rem 4rem;
    max-width: inherit;
  }
  .team-info__text h3 {
    margin: 1rem 0;
  } 
}


.header-container-nav .mobile__menu-nav-wrapper .lang-select__wrapper{
  background-color: #072146;
  padding: 24px 24px 8px 24px;
}


.header-container-nav .lang-select__wrapper .wpml-ls-legacy-list-horizontal .wpml-ls-item{
  margin-left: 0;
}


@media (min-width: 992px){
  .mobile__menu-icon-wrapper,body > header.container-fluid .mobile__menu-nav-wrapper{
    display: none;
  }

 .header-container-nav .lang-select__wrapper{
    position: relative;
    border: none;
    border-radius: 1px;
    width: 155px;
    height: auto;
    font-size: 15px;
    z-index: 9999;
    line-height: 24px;
    margin-right: 15px;
    cursor: pointer;
    background-color: #043263;
  }
  
  .header-container-nav .lang-select__wrapper > span {
  display: block;
  border-bottom: 2px solid #D3D3D3;
  padding: 12px;
  font-family: 'BBVA-Medium';
  color: #BDBDBD;
  }
  
  .header-container-nav .lang-select__wrapper .wpml-ls-statics-shortcode_actions{
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
  }
  
  
  .header-container-nav .lang-select__wrapper .wpml-ls-legacy-list-horizontal .wpml-ls-item{
    background: #043263;
    width: 100%;
    border-radius: 1px;
    margin-left: 0;
  }
  
  body>header.container-fluid .lang-select__wrapper .wpml-ls-legacy-list-horizontal .wpml-ls-item:hover {
    background-color: #004481;
  }
  
  .header-container-nav .lang-select__wrapper .wpml-ls-legacy-list-horizontal .wpml-ls-item a{
    font-family: 'BBVA-Medium';
    border-bottom: 2px solid #D3D3D3;
    padding: 16.25px;
    border-radius: 1px;
    color: #BDBDBD;
  }
  
  .header-container-nav .lang-select__wrapper .wpml-ls-legacy-list-horizontal .wpml-ls-current-language{
    background: #F4F4F4;
    width: 100%;
  }
  
  body>header.container-fluid .lang-select__wrapper .wpml-ls-legacy-list-horizontal .wpml-ls-current-language:hover {
    background: #F4F4F4;
  }
  
  .header-container-nav .lang-select__wrapper .wpml-ls-legacy-list-horizontal .wpml-ls-current-language a{
    color: #666;
    font-family: 'BBVA-Medium';
    padding: 16.25px;
    border-radius: 1px;
    border-bottom: 2px solid #D3D3D3;
  }
}

.header-container-nav .mobile__primary-nav p{
    display: none;
}

@media (max-width: 991px) {
  body.mobile-menu-is-open{
    overflow: hidden;
  }
  .header-container-nav .lang-select__wrapper ul{
    display: flex;
    flex-direction: column;
  }

  .header-container-nav .lang-select__wrapper li{
    padding: 5px 0;
  }
}

 .header-container-nav .mobile__menu-nav-wrapper .lang-select__wrapper {
    background-color: #072146;
    padding: 16px 0 16px 24px;
}

.lang-select__wrapper i{
  color: #00288F;
  margin: auto;
  vertical-align: middle;
  font-size: 20px;
  line-height: 30px;
}


.lang-select__container {
height: 100%;
display: flex;
}


.header-container-nav .lang-select__wrapper {
    margin: auto;
    position: relative;
}

.header-main .header-container-nav .row .headerNav .headerNav_menuPrincipal .lang-select__wrapper ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.header-main .header-container-nav .row .headerNav .headerNav_menuPrincipal .lang-select__wrapper ul li {
    margin: 0;
    height: 50px;
    border-radius: 1px;
    border-bottom: 2px solid #D3D3D3;
}
.header-container-nav .lang-select__wrapper > span{
    font-family: 'BBVA-Book';
    text-transform: capitalize;
}
.header-main .header-container-nav .row .headerNav .headerNav_menuPrincipal .lang-select__wrapper ul li a {
    margin: auto 0;
    border-bottom: none;
    text-transform: capitalize;
    padding: 0 12px;
    font-family: 'BBVA-Book';
}
.lang-select__wrapper i {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 2rem;
    color: #fff;
    transition-duration: 0.5s;
}
.lang-select__wrapper.rotate i {
    transform: rotate(180deg);
    transition-duration: 0.5s;
}
.lang-select__wrapper i:before {
    font-size: 2rem;
    color: #fff;
}
.header-container-nav .lang-select__wrapper .wpml-ls-legacy-list-horizontal .wpml-ls-current-language span {
    color: #666;
}
@media (min-width: 992px){
  .header-main .header-container-nav .row .headerNav .headerNav_menuPrincipal{
    display: flex;
    justify-content: space-between;
  }
} 


.panelNavMenu .wpml-ls-legacy-list-horizontal a span {
   color: #fff;
   font-family: 'BBVA-Book';
}

.panelNavMenu .wpml-ls-legacy-list-horizontal a {
   padding: 0;
}

.panelNavMenu .wpml-ls-legacy-list-horizontal .wpml-ls-item{
  display: none;
}

.panelNavMenu li.wpml-ls-slot-shortcode_actions.wpml-ls-item.wpml-ls-item-es.wpml-ls-current-language {
   display: block;
}



/*Comapartir posts*/

  #section_infoCompartir {
    position: relative;
  }


    .section_infoCompartir .component_infoCompartir .container .infoCompartir_container {
      z-index: 1;
      position: absolute;
      width: 64px;
      border: none;
      border-top-right-radius: .5rem;
      border-top-left-radius: .5rem;
      margin-top: 27px;
    }

    .section_infoCompartir .component_infoCompartir .container .infoCompartir_container .infoCompartir_toolsOtros {
      border-radius: inherit;
    }

    .section_infoCompartir .component_infoCompartir .container .infoCompartir_container .infoCompartir_toolsOtros ul.lista_compartirTools {
      margin: 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      border-radius: inherit;
    }

    .section_infoCompartir ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

    .section_infoCompartir ul.lista_compartirTools li, ul.lista_toolsOtros li {
        position: relative;
    }

    .section_infoCompartir .component_infoCompartir .container .infoCompartir_container .infoCompartir_toolsOtros ul.lista_compartirTools li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 16px 0;
    }


    .section_infoCompartir a {
        color: #00288F;
        text-decoration: none;
        font-family: "BentonMedium", sans-serif;
        outline: none;
    }
    .section_infoCompartir li {
        display: list-item;
        text-align: -webkit-match-parent;
    }
    .section_infoCompartir .component_infoCompartir .container .infoCompartir_container .infoCompartir_toolsRRSS {
      background-color: #00288F;
      border-bottom-left-radius: .5rem;
      border-bottom-right-radius: .5rem;
    }

    .section_infoCompartir .component_infoCompartir .container .infoCompartir_container .infoCompartir_toolsRRSS a.abrirBarraCompartirRRSS, 
    .component_infoCompartir .container .infoCompartir_container .infoCompartir_toolsRRSS a.cerrarBarraCompartirRRSS {
        margin: 0;
        background-color: #00288F;
    }

    .section_infoCompartir .component_infoCompartir .container .infoCompartir_container .infoCompartir_toolsRRSS a.abrirBarraCompartirRRSS {
      border-bottom-left-radius: .5rem;
      border-bottom-right-radius: .5rem;
    }

    .section_infoCompartir .component_infoCompartir .container .infoCompartir_container .infoCompartir_toolsRRSS a.inactive {
        display: none;
    }

    .section_infoCompartir .component_infoCompartir .container .infoCompartir_container .infoCompartir_toolsRRSS a {
        cursor: pointer;
    }

    .section_infoCompartir [class*=icon-] {
        position: relative;
        top: 2px;
    }
    .section_infoCompartir .textoIconoOcultar {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
        clip: rect(0 0 0 0);
        overflow: hidden;
    }

    .section_infoCompartir .component_infoCompartir .container .infoCompartir_container .infoCompartir_toolsRRSS a.active {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }

    .section_infoCompartir .component_infoCompartir .container .infoCompartir_container .infoCompartir_toolsRRSS.active a::after {
      margin-top: 16px;
      border-bottom: 1px solid #fff;
    }
    .section_infoCompartir .component_infoCompartir .container .infoCompartir_container .infoCompartir_toolsRRSS.inactive a::after {
      margin-top: 8px;
    }

    .section_infoCompartir .component_infoCompartir .container .infoCompartir_container .infoCompartir_toolsRRSS a::after {
      content: '';
      width: 12px;
      height: 1px;
    }

    .section_infoCompartir a:hover, a:focus {
      color: #004481;
      text-decoration: none !important;
      outline: none;
    }

    .section_infoCompartir .component_infoCompartir .container .infoCompartir_container .infoCompartir_toolsRRSS .barraCompartir_toolsRRSS__container {
      background-color: #FFFFFF;
      overflow: hidden;
      border-bottom-left-radius: .5rem;
      border-bottom-right-radius: .5rem;
    }

    .section_infoCompartir .component_infoCompartir .container .infoCompartir_container .infoCompartir_toolsRRSS .barraCompartir_toolsRRSS.cerrado {
      height: 0px;
      opacity: 0;
    }
    .section_infoCompartir .component_infoCompartir .container .infoCompartir_container .infoCompartir_toolsRRSS .barraCompartir_toolsRRSS ul.lista_compartirRRSScolors {
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      background-color: #00288F;
    }

    .section_infoCompartir ul.lista_compartirRRSScolors li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 27px;
        height: 27px;
        border-radius: 50%;
    }
    .section_infoCompartir ul.lista_compartirRRSScolors li a i {
        margin: 0px;
    }
    .section_infoCompartir ul.lista_compartirRRSScolors li a i {
        margin: 0px;
    }
    .section_infoCompartir *, *::before, *::after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .section_infoCompartir .component_infoCompartir .container .infoCompartir_container .infoCompartir_toolsOtros ul.lista_compartirTools li a i:before {
        font-size: 32px;
        color: #FFFFFF;
    }
    .section_infoCompartir .component_infoCompartir .container .infoCompartir_container ul.lista_compartirTools {
        background-color: #00288F;
    }

    .section_infoCompartir ul.lista_compartirRRSScolors li a {
      width: 32px !important;
      height: 32px !important;
    }

    .section_infoCompartir ul.lista_compartirRRSScolors li#lista_item_facebook a {
        /* background-color: #3b5998; */
        padding-top:3px;
    }
    .section_infoCompartir ul.lista_compartirRRSScolors li#lista_item_twitter a {
      /* background-color: #000000; */
      padding-top:0px;
    }
    .section_infoCompartir ul.lista_compartirRRSScolors li#lista_item_linkedin a {
        /* background-color: #0077B5; */
        padding-top:3px;
    }
    .section_infoCompartir ul.lista_compartirRRSScolors li#lista_item_whatsapp a {
        /* background-color: #25D366; */
        padding-top:3px;
    }
    .section_infoCompartir ul.lista_compartirRRSScolors li#lista_item_telegram a {
        /* background-color: #229ED9; */
        padding-top:0px;
    }
    .section_infoCompartir .component_infoCompartir .container .infoCompartir_container ul.lista_compartirTools li:after {
        /* border-bottom: 1px solid #ffffff; */
    }
    .section_infoCompartir .component_infoCompartir .container .infoCompartir_container .infoCompartir_toolsRRSS a.abrirBarraCompartirRRSS i:before, .component_infoCompartir .container .infoCompartir_container .infoCompartir_toolsRRSS a.cerrarBarraCompartirRRSS i:before {
        color: #FFFFFF;
        font-size: 24px;
    }
    .section_infoCompartir .component_infoCompartir .container .infoCompartir_container .infoCompartir_toolsRRSS .barraCompartir_toolsRRSS ul.lista_compartirRRSScolors li a i:before {
        color: #FFFFFF;
        font-size: 32px;
    }
    .section_infoCompartir *, *::before, *::after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .section_infoCompartir ul {
        display: block;
        list-style-type: disc;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
    }
    .section_infoCompartir ul.lista_compartirRRSScolors li a i {
        margin: 0px;
    }

    .section_infoCompartir .component_infoCompartir .container .infoCompartir_container .infoCompartir_toolsRRSS .barraCompartir_toolsRRSS ul.lista_compartirRRSScolors li:first-child {
      margin: 16px 0px 16px 0px;
  }
    
    .section_infoCompartir .component_infoCompartir .container .infoCompartir_container .infoCompartir_toolsRRSS .barraCompartir_toolsRRSS ul.lista_compartirRRSScolors li {
        margin: 0px 0px 16px 0px;
    }
    .section_infoCompartir .component_infoCompartir .container .infoCompartir_container ul li a {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        width: 27px;
        height: 27px;
    }
    
    
    @media (min-width: 992px) { 
            .section_infoCompartir .component_infoCompartir {
                display: block;
            }
            .section_infoCompartir .partial_detalle-header-mobile {
                display: none;
            }
    }
    
    
    
    @media (max-width: 992px){
        .section_infoCompartir .component_infoCompartir {
            display: none;
        }
        .section_infoCompartir .partial_detalle-header-mobile {
            display: block;
            top: 70px;
            z-index: 1002;
            width: 100%;
        }
    }
    
    
    .section_infoCompartir .partial_detalle-header-mobile {
      position: absolute;
      height: 50px;
      border: none;
      background-color: inherit;
      top: 0;
      right: 16px;
    }

    .section_infoCompartir .partial_detalle-header-mobile .detalleHeaderMobile_compartirRRSS {
        float: right;
        position: relative;
    }
    .section_infoCompartir .partial_detalle-header-mobile .detalleHeaderMobile_compartirRRSS .tooltip_detalleHeaderRRSS {
        display: none;
        position: relative;
        top: 0px;
        right: 0px;
        z-index: 100;
        background-color: #FFFFFF;
        width: 210px;
    }
    .section_infoCompartir .partial_detalle-header-mobile .detalleHeaderMobile_compartirTools .tooltip_detalleHeaderTools ul.lista_compartirTools li {
        display: inline-block;
        width: 30px;
        height: 20px;
    }
    .section_infoCompartir ul.lista_compartirTools li a, ul.lista_toolsOtros li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .section_infoCompartir .partial_detalle-header-mobile .detalleHeaderMobile_compartirTools .tooltip_detalleHeaderTools .detalleHeaderMobile_compartirTools_iconLinkCerrar {
        margin: 0px;
        width: 48px;
        display: inline-block;
        float: right;
    }
    .section_infoCompartir ul.lista_compartirRRSS li a {
        display: block;
    }
    .section_infoCompartir ul.lista_compartirRRSS li {
        position: relative;
        display: inline-block;
    }
    .section_infoCompartir *, *::before, *::after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .section_infoCompartir .partial_detalle-header-mobile .detalleHeaderMobile_compartirRRSS .tooltip_detalleHeaderRRSS .detalleHeaderMobile_compartirRRSS_iconLinkCerrar a i:before {
        color: #FFFFFF;
        font-size: 22px;
    }
    .section_infoCompartir .partial_detalle-header-mobile .detalleHeaderMobile_compartirRRSS .tooltip_detalleHeaderRRSS .detalleHeaderMobile_compartirRRSS_iconLinkCerrar a .iconTexto {
        display: none;
    }
    .section_infoCompartir .partial_detalle-header-mobile .detalleHeaderMobile_compartirRRSS .tooltip_detalleHeaderRRSS .detalleHeaderMobile_compartirRRSS_iconLinkCerrar a {
        padding: 10px 5px;
        padding-top: 13px;
        text-align: center;
        display: block;
        width: 48px;
        height: 49px;
        background-color: #00288F;
        border-radius: 1rem;
    }
    .section_infoCompartir .partial_detalle-header-mobile .detalleHeaderMobile_compartirRRSS .tooltip_detalleHeaderRRSS .detalleHeaderMobile_compartirRRSS_iconLinkCerrar {
        margin: 0px;
        width: 48px;
        display: inline-block;
        float: right;
    }
    .section_infoCompartir ul.lista_compartirRRSS li a i {
        top: 2px;
        position: relative;
    }

    .section_infoCompartir ul.lista_compartirRRSS li a {
        display: -webkit-box;
        display: -ms-flexbox;
        /* display: flex; */
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 27px;
        height: 27px;
        border-radius: 50%;
    }
    .section_infoCompartir .partial_detalle-header-mobile .detalleHeaderMobile_compartirRRSS .tooltip_detalleHeaderRRSS ul.lista_compartirRRSS li i:before {
        font-size: 23px;
    }
    .section_infoCompartir .partial_detalle-header-mobile .detalleHeaderMobile_compartirRRSS .tooltip_detalleHeaderRRSS ul.lista_compartirRRSS li#lista_item_facebook i:before {
        color: #ffffff;
    }
    .section_infoCompartir .partial_detalle-header-mobile .detalleHeaderMobile_compartirRRSS .tooltip_detalleHeaderRRSS ul.lista_compartirRRSS li#lista_item_twitter i:before {
        color: #ffffff;
    }
    .section_infoCompartir .partial_detalle-header-mobile .detalleHeaderMobile_compartirRRSS .tooltip_detalleHeaderRRSS ul.lista_compartirRRSS li#lista_item_linkedin i:before {
        color: #ffffff;
    }
    .section_infoCompartir .partial_detalle-header-mobile .detalleHeaderMobile_compartirRRSS .tooltip_detalleHeaderRRSS ul.lista_compartirRRSS li#lista_item_whatsapp i:before {
        color: #ffffff;
    }
    .section_infoCompartir .partial_detalle-header-mobile .detalleHeaderMobile_compartirRRSS .tooltip_detalleHeaderRRSS ul.lista_compartirRRSS li#lista_item_telegram i:before {
        color: #ffffff;
    }
    .section_infoCompartir .partial_detalle-header-mobile .detalleHeaderMobile_compartirRRSS .tooltip_detalleHeaderRRSS ul.lista_compartirRRSS {
        padding: 10px 10px 8px 10px;
        margin: 0px 0px 0px 0px;
        height: 49px;
        display: inline-block;
        float: left;
        border-radius: 1rem;
        background-color: #00288F;
    }
    .section_infoCompartir ul.lista_compartirRRSS li#lista_item_facebook a {
        /* background-color: #3b5998; */
        padding-top:3px;
    }
    .section_infoCompartir ul.lista_compartirRRSS li#lista_item_twitter a {
        /* background-color: #000000; */
            padding-top:0px;
    }
    .section_infoCompartir ul.lista_compartirRRSS li#lista_item_linkedin a {
        /* background-color: #0077B5; */
            padding-top:3px;
    }
    .section_infoCompartir ul.lista_compartirRRSS li#lista_item_whatsapp a {
        /* background-color: #25D366; */
            padding-top:3px;
    }
    .section_infoCompartir ul.lista_compartirRRSS li#lista_item_telegram a {
        /* background-color: #229ED9; */
            padding-top:0px;
    }

.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-4 {
    width: 33.33333333%;
}
@media (min-width: 768px){
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
}
@media (min-width: 1200px){
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-7 {
		width: 58.33333333%;
	}
	.col-lg-2 {
		width: 16.66666667%;
	}
}

.section-awards {
  padding: 16px;
}

.section-awards .container {
  background-color: #fff;
  border-radius: 1rem;
  padding-bottom: 56px;
}

.section-awards h2 {
  font-family: 'TiemposHeadline-Bold';
  
  letter-spacing: 0px;
  text-align: center;
  color: #070E46;
  margin: 0;
  padding: 56px 24px;
}

@media screen and (max-width: 767px) {
  .section-awards h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .text_img_module .cont_text_img_module {
    padding: 16px;
  }
}

@media screen and (min-width: 768px) {
  .section-awards h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .text_img_module .cont_text_img_module {
    padding: 24px;
  }
}

.text_img_module .cont_text_img_module {
  display: flex;
  width: 100%;
  border-radius: 1rem;
}

.text_img_module .cont_text_img_module.left{
  flex-direction: row;
}

@media screen and (min-width: 768px){
  .text_img_module .cont_text_img_module .cont_texts.left {
    padding-left: 30px;
  }
}

.text_img_module .cont_text_img_module.right{
  flex-direction: row-reverse;
}

.text_img_module .cont_text_img_module .cont_texts.right {
  padding-right: 16px;
}

.text_img_module .cont_text_img_module.blue {
  background-color: #E0FCFF;
  min-height: 300px;
}

.text_img_module .cont_text_img_module.white {
  background-color: #FFF;
  min-height: 300px;
}

@media screen and (min-width: 769px) {
  .text_img_module .cont_text_img_module .cont_img.left {
    width: 30%;
  }

  .text_img_module .cont_text_img_module .cont_img.right {
    width: 50%;
  }
  
  .text_img_module .cont_text_img_module .cont_texts.left {
    width: 65%;
  }

  .text_img_module .cont_text_img_module .cont_texts.right {
    width: 50%;
  }

  .text_img_module .cont_text_img_module .cont_img img {
    /* min-height: 300px; */
  }
}

@media screen and (max-width: 768px) {
  .text_img_module {
    padding: 0 16px;
  }

  .text_img_module .cont_text_img_module {
    flex-direction: column !important;
  }

  .text_img_module .cont_text_img_module .cont_img {
    width: 100%;
    min-height: 208px;
  }
  
  .text_img_module .cont_text_img_module .cont_texts {
    width: 100%;
  }

  .text_img_module .cont_text_img_module .cont_texts.right {
    padding-right: 0;
  }

  .text_img_module .cont_text_img_module .cont_img img {
    min-height: 208px;
  }

  .text_img_module .cont_text_img_module .cont_texts .cont_links {
    flex-direction: column;
  }

  .text_img_module .cont_text_img_module .cont_texts .cont_link {
    width: 100%;
    text-align: center;
    margin-top: 16px;
  }
}

.text_img_module .cont_text_img_module .cont_img {
  position: relative;
}

.text_img_module .cont_text_img_module .cont_img img {
  width: 100%;
  height: 100%;
  border-radius: .5rem;
  object-fit: cover;
  position: absolute;
}

.text_img_module .cont_text_img_module .cont_texts {
  display: flex;
  flex-direction: column;
}

.text_img_module .cont_text_img_module .cont_texts .cont_title {
  margin-top: 8px;
}

.text_img_module .cont_text_img_module .cont_texts .cont_subtitle {
  
}

.text_img_module .cont_text_img_module .cont_texts .cont_subtitle .title_txt {
  font-family: 'BBVA-Medium';
  font-size: 15.01px;
  line-height: 24px;
  color: #070E46;
}

.text_img_module .cont_text_img_module .cont_texts .cont_description {
  
}

.text_img_module .cont_text_img_module .cont_texts .cont_description p {
  font-family: 'BBVA-Book';
  font-size: 15.01px;
  line-height: 24px;
  color: #070E46;
}

.text_img_module .cont_text_img_module .cont_texts .cont_links {
  flex-grow: 1;
  display: flex;
  align-items: end;
  margin-top: 16px;}

.text_img_module .cont_text_img_module .cont_texts .cont_links a.link {
  font-family: 'BBVA-Medium';
  font-size: 15.01px;
  line-height: 24px;
  color: #001391;
}

.text_img_module .cont_text_img_module .cont_texts .cont_links a.buttons:nth-child(odd) {
  background-color: #001391;
  color: #fff;
  align-self: center;
  padding: 16px;
  border-radius: 8px;
  align-self: end;
}

.text_img_module .cont_text_img_module .cont_texts .cont_links a.buttons:nth-child(even){
  background-color: #fff;
  color: #001391;
  align-self: center;
  padding: 16px;
  border-radius: 8px;
  margin-left: 16px;
  align-self: end;
}

@media screen and (max-width: 991px) {
  .titleh2 {
    font-family: 'TiemposHeadline-Bold';
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #070E46;
  }
}

@media screen and (min-width: 992px) {
  .titleh2 {
    font-family: 'TiemposHeadline-Bold';
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0px;
    color: #070E46;
  }
  .text_img_module .cont_text_img_module .cont_texts .cont_title .title_txt {
    font-family: 'TiemposHeadline-Bold';
    font-size: 48px;
    line-height: 56px;
    color: #070E46;
  }
}
@media screen and (min-width: 575px) and (max-width: 767px) {
  .text_img_module .cont_text_img_module .cont_texts .cont_title .title_txt {
    font-family: 'TiemposHeadline-Bold';
    font-size: 40px;
    line-height: 48px;
    color: #070E46;
  }
}
@media screen and (max-width: 574px) {
  .text_img_module .cont_text_img_module .cont_texts .cont_title .title_txt {
    font-family: 'TiemposHeadline-Bold';
    font-size: 32px;
    line-height: 40px;
    color: #070E46;
    padding-top: 16px;
  }
}

.cont_custom_description {
  padding: 0 16px;
  margin-top: 25px;
}

.cont_custom_description  .custom_description {
  background-color: #ffffff; 
  display: flex;
  justify-content: center; 
  align-items: center; 
  gap: 5px; 
  padding: 16px;
  border-radius: 1rem;
}

@media screen and (min-width: 767px) {
  .cont_custom_description .custom_description {
    flex-direction: row; 
  }
  .cont_custom_description .custom_description .cont_img {
    width: 264px;
  }
  .cont_custom_description .custom_description .cont_img img {
    width: 264px;
    max-height: 168px;
    object-fit: contain;
  }
}
@media screen and (max-width: 767px) {
  .cont_custom_description  .custom_description {
    flex-direction: column; 
  }
  .cont_custom_description  .custom_description .cont_img {
    width: 311px;
  }
  .cont_custom_description .custom_description .cont_img img {
    width: 311px;
    max-height: 168px;
    object-fit: contain;
  }
}

.cont_custom_description  .custom_description .cont_texts .title {
  margin-bottom: 8px !important;
}

.cont_custom_description  .custom_description .cont_texts .title,
.title_detail {
  font-family: 'TiemposHeadline-Bold';
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0px;
  color: #070E46;
  padding: 0;
}

.img_txt_btn_module .cont_img_txt_btn_module .cont_txt_btn .title_txt {
  font-family: 'TiemposHeadline-Bold';
  font-size: 40px;
  line-height: 56px;
  color: #fff;
  margin-bottom: 36px;
}

@media screen and (max-width: 767px) {
  .cont_custom_description  .custom_description .cont_texts .title,
  .title_detail {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .img_txt_btn_module .cont_img_txt_btn_module .cont_txt_btn .title_txt {
    font-family: 'TiemposHeadline-Bold';
    font-size: 32px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 36px;
  }
}

.cont_custom_description  .custom_description .cont_texts .description {
  font-family: 'BBVA-Book';
  font-size: 15.01px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #070E46;
}

.cont_custom_description .cards_title a {
  font-family: 'BBVA-Medium';
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  color: #00288F !important;
}

.img_txt_btn_module .cont_img_txt_btn_module {
  position: relative;
  padding: 0;
}

.img_txt_btn_module .cont_img_txt_btn_module img {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 1rem;
  z-index: -1;
  object-fit: cover;
}

.img_txt_btn_module .cont_img_txt_btn_module .cont_txt_btn .title{
  padding: 16px 32px 50px 32px;
}

@media (max-width: 767px){
  .img_txt_btn_module {
    margin: 0 16px;
  }

  .img_txt_btn_module .cont_img_txt_btn_module .cont_txt_btn .title {
    width: 100%;
  }
}

@media (min-width: 768px){
  .img_txt_btn_module .cont_img_txt_btn_module .cont_txt_btn .title {
    width: 60%;
  }
}


.noBackground {
  background-color: inherit;
}

.marginAuto {
  margin: 0 auto;
}


.basic_player {
  background-color: #fff;
  border-radius: .5rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}


/*QIS PYRAMID*/

.pyramid-container .label {
  font-family: 'BBVA-Medium';
}

@media screen and (min-width: 992px) {
  .image-qis {
    display: flex;
    justify-content: center;
    margin: 25px 0 20px 0;
  }

  .pyramid-container {
    position: relative;
    width: 402px;
    height: 334px;
  }

  .pyramid-container .label {
    position: absolute;
    font-size: 24px;
    line-height: 32px;
    color: #070E46;
    white-space: nowrap;
    cursor: pointer;
    text-align: left;
  }

  .pyramid-container .icon.top {
    top: -27%;
    left: -45%;
  }
  
  .pyramid-container .icon.left {
    bottom: 23%;
    right: -48%;
  }
  
  .pyramid-container .icon.right {
    bottom: -23%;
    left: -58%;
  }

  .pyramid-container .label.top {
    top: 0%;
    left: 60%;
  }
  
  .pyramid-container .label.left {
    bottom: -7%;
    left: -47%;
  }
  
  .pyramid-container .label.right {
    bottom: -1%;
    right: -37%;
  }

  .pyramid-container .label img {
    width: 19px;
    height: 19px;
    margin-left: 5px;
    margin-bottom: -2px;
  }

  .pyramid-container .icon {
    position: absolute;
    width: 55px !important;
    height: 55px !important;
    cursor: pointer;
    transition: transform 0.3s ease, width 0.3s, height 0.3s ease;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .image-qis {
    display: flex;
    justify-content: center;
    margin: 25px 0 20px 0;
  }


  .pyramid-container {
    position: relative;
    width: 279px;
    height: 231px;
  }

  .pyramid-container .label {
    position: absolute;
    font-size: 20px;
    line-height: 28px;
    color: #070E46;
    white-space: nowrap;
    cursor: pointer;
  }

  .pyramid-container .icon.top {
    top: -8%;
    left: -62px;
  }
  
  .pyramid-container .icon.left {
    bottom: 25%;
    right: -45%;
  }
  
  .pyramid-container .icon.right {
    bottom: -4%;
    left: -56%;
  }

  .pyramid-container .label.top {
    top: -2%;
    left: 64%;
  }
  
  .pyramid-container .label.left {
    bottom: -9%;
    left: -59%;
  }
  
  .pyramid-container .label.right {
    bottom: -2%;
    right: -48%;
  }

  .pyramid-container .label img {
    width: 19px;
    height: 19px;
    margin-left: 5px;
    margin-bottom: -2px;
  }

  .pyramid-container .icon {
    position: absolute;
    width: 38px !important;
    height: 38px !important;
    cursor: pointer;
    transition: transform 0.3s ease, width 0.3s, height 0.3s ease;
  }
}

@media screen and (max-width: 767px) {
  .image-qis {
    display: flex;
    justify-content: center;
    margin: 25px 0 88px 0;
  }

  .pyramid-container {
    position: relative;
    width: 279px;
    height: 231px;
  }

  .pyramid-container .label {
    position: absolute;
    font-size: 15px;
    line-height: 24px;
    color: #070E46;
    white-space: nowrap;
    cursor: pointer;
  }

  .pyramid-container .icon.top {
    top: -10% !important;
    left: -62%;
  }
  
  .pyramid-container .icon.left {
    top: -45px !important;
    left: 30%;
  }
  
  .pyramid-container .icon.right {
    top: -45px !important;
    right: 21% !important;
  }

  .pyramid-container .label.top {
    top: -1%;
    left: 62%;
  }
  
  .pyramid-container .label.left {
    bottom: -27%;
    left: -10%;
  }
  
  .pyramid-container .label.right {
    bottom: -16%;
    right: -6%;
  }

  .pyramid-container .label.top img {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 28px;
    right: 37px;
  }

  .pyramid-container .label.left img {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 53px;
    right: 34px;
  }

  .pyramid-container .label.right img {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 27px;
    right: 24px;
  }

  .pyramid-container .icon {
    position: absolute;
    width: 38px !important;
    height: 38px !important;
    cursor: pointer;
    transition: transform 0.3s ease, width 0.3s, height 0.3s ease;
  }
}

.pyramid-container img.pyramid {
  width: 100%;
  height: auto;
  display: block;
}

.pyramid-container .icon.bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.pyramid-container .label:hover .icon  {
  transform: scale(1.27);
}

#our-vision .span-top {
  color: #F7893B;
}

#our-vision .span-left {
  color: #B98409;
}

#our-vision .span-right {
  color: #118C97;
}



/*
ERROR PAGE
*/

@media screen and (max-width: 991px) {
  #not-found-404 {
    margin-top: 111px;
  }
}

@media screen and (min-width: 992px) {
  #not-found-404 {
    margin-top: 130px;
  }
}

#not-found-404 {
  display: flex;
}

.not-found-404-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #001391;
  margin: 0 16px;
  border-radius: 1rem;
  width: 100%;
}

#not-found-404 section.error-404 {
  max-width: 808px;
}

#not-found-404 section.error-404 .header-404 {
  
}

#not-found-404 section.error-404 .header-404 h1 {
  font-family: 'TiemposHeadline-Bold';;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
}

#not-found-404 section.error-404 .page-content-404 {
  margin-top: 10px;
}

#not-found-404 section.error-404 .page-content-404 p {
  font-family: 'BBVA-Book';
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
}

#not-found-404 section.error-404 .content-button-404 {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

#not-found-404 section.error-404 .content-button-404 a {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  border-radius: .5rem;
  background-color: #fff;
}

#not-found-404 section.error-404 .content-button-404 span {
  color: #001391;
  font-family: 'BBVA-Medium';
  font-weight: 500;
  font-size: 15.01px;
  line-height: 24px;
}

#not-found-404 section.error-404 .content-button-404 a:hover span {
  color: #070E46 !important;
}


.italytactical{
  margin-top:45px;
    margin-bottom:90px;
}
.italytactical table{
  width: 98%;
  margin-left: 1%;
  color:#121212;
}
.italytactical table thead{
  color:#070E46;
  text-transform:uppercase;
}
.italytactical table td{
  padding:8px 8px;
}
.italytactical table thead td{
  padding:8px 8px 4px;
}
.italytactical table tr{
  border-bottom:1px solid #CAD1D8;
}
.italytactical table tbody tr:last-child {
  border-bottom:none;
}
.italytactical table td:nth-child(1){
  width:20%;
}
.italytactical table td:nth-child(2){
  width:50%;
}
.italytactical table td:nth-child(3){
  width:30%;
  word-break: break-all;
  max-width:400px;
}
.italytactical span.icon-tools_pdf,.italytactical span.icon-nav_extlink{
  font-size:1.5em;
    margin-right: 5px;
    width: 30px;
    display: inline-block;
    text-align: center;
}
.italytactical span.icon-nav_extlink{
  font-size:1.3em;
}
.italytacticaldisclaimer span.icon-nav_link{
  font-size:1.5em;
  margin-right:10px;
}
.italytacticalwhite{
  background-color:#fff;
  margin-bottom:40px;
}
.italytacticaldisclaimer .button-inline{
  text-align:center;
  width:100%;
}




.cont_btn_watch {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}

.cont_btn_watch a {
  display: flex;
  justify-content: center;
  padding: 16px 32px;
  background: #001391;
  color: #fff !important;
  border-radius: .5rem;
  font-size: 15px;
}

.cont_btn_watch a:hover{
  background-color: #070E46;
}

.cont_video_cookies {
  display: none;
}

#cont_video_no_cookies {
  display: block;
  position: relative;
  width: 80%;
  height: auto;
  cursor: pointer;
}

#cont_video_no_cookies .no_cookies_mask {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: .8rem;
  background-color: #072146;
  opacity: 0.25;
  transition: opacity 0.3s;
  top: 0;
  left: 0;
  z-index: 10;
}

#cont_video_no_cookies .no_cookies_mask:hover {
  opacity: 0.45;
}

#cont_video_no_cookies img {
  width: 100%;
  height: 100%;
  border-radius: .8rem;
}

#cont_video_no_cookies i {
  position: absolute;
  left: 46%;
  top: 42%;
  z-index: 11;
}

#cont_video_no_cookies i:before {
  color: #fff;
  font-size: 60px;
}